#427FB4

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

Shades of Steel Blue #427FB4

Tints of Steel Blue #427FB4

Color information

#427FB4 (or 0x427FB4) is unknown color: approx Steel Blue. HEX triplet: 42, 7F and B4. RGB value is (66,127,180). Sum of RGB (Red+Green+Blue) = 66+127+180=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 180 (70.70% from 255 or 48.26% from 373); Max value from RGB is 180 - color contains mainly: blue. Hex color #427FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427FB4 is #BD804B. Grayscale: #727272. Windows color (decimal): -12419148 or 11829058. OLE color: 11829058.

HSL color Cylindrical-coordinate representation of color #427FB4: hue angle of 207.89º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #427FB4 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB66127180-
CMYK0.630.2900.29
HSL207.89º46.34%48.24%-
HSV(B)207.89º63.33%70.59%-
XYZ18.0719.6346.02-
YUV114.8164.7993.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.69%
GREEN value IS 127 (50% from 255) = 34.05%
BLUE value IS 180 (70.70% from 255) = 48.26%
R=17.69%
G=34.05%
B=48.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal661271800.630.2900.29207.8946.3448.24
Hex427FB43F1D01Dd02e30
Octal10217726477350353205660
Binary10000101111111101101001111111110101110111010000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,127,180); }

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

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

 a { background-color: rgb(66,127,180); }

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

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

 span { border-color: rgb(66,127,180); }

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