#427BA4

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

Shades of Steel Blue #427BA4

Tints of Steel Blue #427BA4

Color information

#427BA4 (or 0x427BA4) is unknown color: approx Steel Blue. HEX triplet: 42, 7B and A4. RGB value is (66,123,164). Sum of RGB (Red+Green+Blue) = 66+123+164=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 164 (64.45% from 255 or 46.46% from 353); Max value from RGB is 164 - color contains mainly: blue. Hex color #427BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427BA4 is #BD845B. Grayscale: #6E6E6E. Windows color (decimal): -12420188 or 10779458. OLE color: 10779458.

HSL color Cylindrical-coordinate representation of color #427BA4: hue angle of 205.1º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #427BA4 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB66123164-
CMYK0.600.2500.36
HSL205.1º42.61%45.1%-
HSV(B)205.1º59.76%64.31%-
XYZ16.031837.75-
YUV110.63158.1296.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.70%
GREEN value IS 123 (48.44% from 255) = 34.84%
BLUE value IS 164 (64.45% from 255) = 46.46%
R=18.70%
G=34.84%
B=46.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661231640.600.2500.36205.142.6145.1
Hex427BA43C19024cd2b2d
Octal10217324474310443155355
Binary100001011110111010010011110011001010010011001101101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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