#427bab

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

Shades of Steel Blue #427BAB

Tints of Steel Blue #427BAB

Color information

#427BAB (or 0x427BAB) is unknown color: approx Steel Blue. HEX triplet: 42, 7B and AB. RGB value is (66,123,171). Sum of RGB (Red+Green+Blue) = 66+123+171=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #427BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427BAB is #BD8454. Grayscale: #6F6F6F. Windows color (decimal): -12420181 or 11238210. OLE color: 11238210.

HSL color Cylindrical-coordinate representation of color #427BAB: hue angle of 207.43º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #427BAB is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB66123171-
CMYK0.610.2800.33
HSL207.43º44.3%46.47%-
HSV(B)207.43º61.4%67.06%-
XYZ16.6818.2641.17-
YUV111.43161.6295.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.33%
GREEN value IS 123 (48.44% from 255) = 34.17%
BLUE value IS 171 (67.19% from 255) = 47.5%
R=18.33%
G=34.17%
B=47.5%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal661231710.610.2800.33207.4344.346.47
Hex427BAB3D1C021cf2c2e
Octal10217325375340413175456
Binary100001011110111010101111110111100010000111001111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427bab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,123,171); }

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

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

 a { background-color: rgb(66,123,171); }

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

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

 span { border-color: rgb(66,123,171); }

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