#427bbf

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

Shades of Steel Blue #427BBF

Tints of Steel Blue #427BBF

Color information

#427BBF (or 0x427BBF) is unknown color: approx Steel Blue. HEX triplet: 42, 7B and BF. RGB value is (66,123,191). Sum of RGB (Red+Green+Blue) = 66+123+191=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #427BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427BBF is #BD8440. Grayscale: #717171. Windows color (decimal): -12420161 or 12548930. OLE color: 12548930.

HSL color Cylindrical-coordinate representation of color #427BBF: hue angle of 212.64º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #427BBF is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB66123191-
CMYK0.650.3600.25
HSL212.64º49.41%50.39%-
HSV(B)212.64º65.45%74.9%-
XYZ18.7319.0951.99-
YUV113.71171.6293.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.37%
GREEN value IS 123 (48.44% from 255) = 32.37%
BLUE value IS 191 (75% from 255) = 50.26%
R=17.37%
G=32.37%
B=50.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661231910.650.3600.25212.6449.4150.39
Hex427BBF4124019d53132
Octal102173277101440313256162
Binary1000010111101110111111100000110010001100111010101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427bbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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