Html Css Color HEX #427EAC Steel Blue

📋 copy color: '#427EAC'

red 66 ◦ green 126 ◦ blue 172

#427EAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Steel Blue #427EAC

Tints of Steel Blue #427EAC

RGB

 RED value IS 66 (26.17% from 255) = 18.13%

 GREEN value IS 126 (49.61% from 255) = 34.62%

 BLUE value IS 172 (67.58% from 255) = 47.25%

R = 18.13%
G = 34.62%
B = 47.25%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#427EAC (or 0x427EAC) is known color: Steel Blue. HEX triplet: 42, 7E and AC. RGB value is (66,126,172). Sum of RGB (Red+Green+Blue) = 66+126+172=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #427EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427EAC is #BD8153. Grayscale: #717171. Windows color (decimal): -12419412 or 11304514. OLE color: 11304514.

HSL color Cylindrical-coordinate representation of color #427EAC: hue angle of 206.04º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #427EAC is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 126 172 -
CMYK 0.62 0.27 0 0.33
HSL 206.04º 0.45% 0.47% -
HSV(B) 206.04º 0.62% 0.67% -
XYZ 17.15 19.06 41.8 -
YUV 113.3 161.12 94.26 -
System Red Green Blue C M Y K H S L
Decimal 66 126 172 0.62 0.27 0 0.33 206.04 0.45 0.47
Hex 42 7E AC 3E 1B 0 21 CE 2D 2F
Octal 102 176 254 76 33 0 41 316 55 57
Binary 1000010 1111110 10101100 111110 11011 0 100001 11001110 101101 101111

Color Harmonies of #427EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427EAC

Black with #427EAC

Text Example


Text Example

White with #427EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,126,172); }

 H1.HeaderClassName
 {
   color: #427EAC;
 }
 .AnyTagClassName
 {
   color: #427EAC;
 }
</style>

background-color css

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

 a { background-color: rgb(66,126,172); }

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

border-color css

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

 span { border-color: rgb(66,126,172); }

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