Html Css Color HEX #427CAF Steel Blue

📋 copy color: '#427CAF'

red 66 ◦ green 124 ◦ blue 175

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

Shades of Steel Blue #427CAF

Tints of Steel Blue #427CAF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.97%

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

R = 18.08%
G = 33.97%
B = 47.95%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#427CAF (or 0x427CAF) is known color: Steel Blue. HEX triplet: 42, 7C and AF. RGB value is (66,124,175). Sum of RGB (Red+Green+Blue) = 66+124+175=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #427CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427CAF is #BD8350. Grayscale: #707070. Windows color (decimal): -12419921 or 11500610. OLE color: 11500610.

HSL color Cylindrical-coordinate representation of color #427CAF: hue angle of 208.07º 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 #427CAF is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 124 175 -
CMYK 0.62 0.29 0 0.31
HSL 208.07º 0.45% 0.47% -
HSV(B) 208.07º 0.62% 0.69% -
XYZ 17.19 18.67 43.25 -
YUV 112.47 163.28 94.85 -
System Red Green Blue C M Y K H S L
Decimal 66 124 175 0.62 0.29 0 0.31 208.07 0.45 0.47
Hex 42 7C AF 3E 1D 0 1F D0 2D 2F
Octal 102 174 257 76 35 0 37 320 55 57
Binary 1000010 1111100 10101111 111110 11101 0 11111 11010000 101101 101111

Color Harmonies of #427CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427CAF

Black with #427CAF

Text Example


Text Example

White with #427CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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