#427BBB

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

Shades of Steel Blue #427BBB

Tints of Steel Blue #427BBB

Color information

#427BBB (or 0x427BBB) is unknown color: approx Steel Blue. HEX triplet: 42, 7B and BB. RGB value is (66,123,187). Sum of RGB (Red+Green+Blue) = 66+123+187=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #427BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427BBB is #BD8444. Grayscale: #707070. Windows color (decimal): -12420165 or 12286786. OLE color: 12286786.

HSL color Cylindrical-coordinate representation of color #427BBB: hue angle of 211.74º 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 #427BBB is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB66123187-
CMYK0.650.3400.27
HSL211.74º47.83%49.61%-
HSV(B)211.74º64.71%73.33%-
XYZ18.318.9149.7-
YUV113.25169.6294.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.55%
GREEN value IS 123 (48.44% from 255) = 32.71%
BLUE value IS 187 (73.44% from 255) = 49.73%
R=17.55%
G=32.71%
B=49.73%

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
Decimal661231870.650.3400.27211.7447.8349.61
Hex427BBB412201Bd43032
Octal102173273101420333246062
Binary1000010111101110111011100000110001001101111010100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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