#427DC4

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

Shades of Steel Blue #427DC4

Tints of Steel Blue #427DC4

Color information

#427DC4 (or 0x427DC4) is unknown color: approx Steel Blue. HEX triplet: 42, 7D and C4. RGB value is (66,125,196). Sum of RGB (Red+Green+Blue) = 66+125+196=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 196 (76.95% from 255 or 50.65% from 387); Max value from RGB is 196 - color contains mainly: blue. Hex color #427DC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427DC4 is #BD823B. Grayscale: #737373. Windows color (decimal): -12419644 or 12877122. OLE color: 12877122.

HSL color Cylindrical-coordinate representation of color #427DC4: hue angle of 212.77º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #427DC4 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB66125196-
CMYK0.660.3600.23
HSL212.77º52.42%51.37%-
HSV(B)212.77º66.33%76.86%-
XYZ19.5419.8155.02-
YUV115.45173.4592.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.05%
GREEN value IS 125 (49.22% from 255) = 32.30%
BLUE value IS 196 (76.95% from 255) = 50.65%
R=17.05%
G=32.30%
B=50.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal661251960.660.3600.23212.7752.4251.37
Hex427DC44224017d53433
Octal102175304102440273256463
Binary1000010111110111000100100001010010001011111010101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,125,196); }

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

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

 a { background-color: rgb(66,125,196); }

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

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

 span { border-color: rgb(66,125,196); }

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