Html Css Color HEX #427FAF Steel Blue

📋 copy color: '#427FAF'

red 66 ◦ green 127 ◦ blue 175

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

Shades of Steel Blue #427FAF

Tints of Steel Blue #427FAF

RGB

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

 GREEN value IS 127 (50% from 255) = 34.51%

 BLUE value IS 175 (68.75% from 255) = 47.55%

R = 17.93%
G = 34.51%
B = 47.55%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#427FAF (or 0x427FAF) is known color: Steel Blue. HEX triplet: 42, 7F and AF. RGB value is (66,127,175). Sum of RGB (Red+Green+Blue) = 66+127+175=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 175 - color contains mainly: blue. Hex color #427FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427FAF is #BD8050. Grayscale: #717171. Windows color (decimal): -12419153 or 11501378. OLE color: 11501378.

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

Color convert

RGB 66 127 175 -
CMYK 0.62 0.27 0 0.31
HSL 206.42º 0.45% 0.47% -
HSV(B) 206.42º 0.62% 0.69% -
XYZ 17.57 19.43 43.38 -
YUV 114.23 162.29 93.6 -
System Red Green Blue C M Y K H S L
Decimal 66 127 175 0.62 0.27 0 0.31 206.42 0.45 0.47
Hex 42 7F AF 3E 1B 0 1F CE 2D 2F
Octal 102 177 257 76 33 0 37 316 55 57
Binary 1000010 1111111 10101111 111110 11011 0 11111 11001110 101101 101111

Color Harmonies of #427FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427FAF

Black with #427FAF

Text Example


Text Example

White with #427FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,127,175); }

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

background-color css

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

 a { background-color: rgb(66,127,175); }

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

border-color css

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

 span { border-color: rgb(66,127,175); }

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