#427CBC

Color #427CBC Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #427CBC

Tints of Steel Blue #427CBC

Color information

#427CBC (or 0x427CBC) is unknown color: approx Steel Blue. HEX triplet: 42, 7C and BC. RGB value is (66,124,188). Sum of RGB (Red+Green+Blue) = 66+124+188=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #427CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427CBC is #BD8343. Grayscale: #717171. Windows color (decimal): -12419908 or 12352578. OLE color: 12352578.

HSL color Cylindrical-coordinate representation of color #427CBC: hue angle of 211.48º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #427CBC is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB66124188-
CMYK0.650.3400.26
HSL211.48º48.03%49.8%-
HSV(B)211.48º64.89%73.73%-
XYZ18.5319.250.31-
YUV113.95169.7893.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 17.46%
GREEN value IS 124 (48.83% from 255) = 32.80%
BLUE value IS 188 (73.83% from 255) = 49.74%
R=17.46%
G=32.80%
B=49.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal661241880.650.3400.26211.4848.0349.8
Hex427CBC412201Ad33032
Octal102174274101420323236062
Binary1000010111110010111100100000110001001101011010011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427CBC; }

 p { color: rgb(66,124,188); }

 H1.HeaderClassName
 {
   color: #427CBC;
 }
 .AnyTagClassName
 {
   color: #427CBC;
 }
</style>
background-color css

<style>
 a { background-color: #427CBC; }

 a { background-color: rgb(66,124,188); }

 div.DivClassName
 {
   background-color: #427CBC;
 }
 .BgClassName
 {
   background-color: #427CBC;
 }
</style>
border-color css

<style>
 span { border-color: #427CBC; }

 span { border-color: rgb(66,124,188); }

 td.TdClassName
 {
   border-color: #427CBC;
 }
 .TagClassName
 {
   border-color: #427CBC;
 }
</style>