#427CBB

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

Shades of Steel Blue #427CBB

Tints of Steel Blue #427CBB

Color information

#427CBB (or 0x427CBB) is unknown color: approx Steel Blue. HEX triplet: 42, 7C and BB. RGB value is (66,124,187). Sum of RGB (Red+Green+Blue) = 66+124+187=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #427CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427CBB is #BD8344. Grayscale: #717171. Windows color (decimal): -12419909 or 12287042. OLE color: 12287042.

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

Color convert

RGB66124187-
CMYK0.650.3400.27
HSL211.24º47.83%49.61%-
HSV(B)211.24º64.71%73.33%-
XYZ18.4219.1649.74-
YUV113.84169.2893.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.51%
GREEN value IS 124 (48.83% from 255) = 32.89%
BLUE value IS 187 (73.44% from 255) = 49.60%
R=17.51%
G=32.89%
B=49.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661241870.650.3400.27211.2447.8349.61
Hex427CBB412201Bd33032
Octal102174273101420333236062
Binary1000010111110010111011100000110001001101111010011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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