Html Css Color HEX #427AAF Steel Blue

📋 copy color: '#427AAF'

red 66 ◦ green 122 ◦ blue 175

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

Shades of Steel Blue #427AAF

Tints of Steel Blue #427AAF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.61%

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

R = 18.18%
G = 33.61%
B = 48.21%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#427AAF (or 0x427AAF) is known color: Steel Blue. HEX triplet: 42, 7A and AF. RGB value is (66,122,175). Sum of RGB (Red+Green+Blue) = 66+122+175=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #427AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427AAF is #BD8550. Grayscale: #6F6F6F. Windows color (decimal): -12420433 or 11500098. OLE color: 11500098.

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

Color convert

RGB 66 122 175 -
CMYK 0.62 0.30 0 0.31
HSL 209.17º 0.45% 0.47% -
HSV(B) 209.17º 0.62% 0.69% -
XYZ 16.94 18.17 43.17 -
YUV 111.3 163.95 95.69 -
System Red Green Blue C M Y K H S L
Decimal 66 122 175 0.62 0.30 0 0.31 209.17 0.45 0.47
Hex 42 7A AF 3E 1E 0 1F D1 2D 2F
Octal 102 172 257 76 36 0 37 321 55 57
Binary 1000010 1111010 10101111 111110 11110 0 11111 11010001 101101 101111

Color Harmonies of #427AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427AAF

Black with #427AAF

Text Example


Text Example

White with #427AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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