Html Css Color HEX #4F7AAA Steel Blue

📋 copy color: '#4F7AAA'

red 79 ◦ green 122 ◦ blue 170

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

Shades of Steel Blue #4F7AAA

Tints of Steel Blue #4F7AAA

RGB

 RED value IS 79 (31.25% from 255) = 21.29%

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

 BLUE value IS 170 (66.8% from 255) = 45.82%

R = 21.29%
G = 32.88%
B = 45.82%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F7AAA (or 0x4F7AAA) is known color: Steel Blue. HEX triplet: 4F, 7A and AA. RGB value is (79,122,170). Sum of RGB (Red+Green+Blue) = 79+122+170=371 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.29% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #4F7AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7AAA is #B08555. Grayscale: #727272. Windows color (decimal): -11568470 or 11172431. OLE color: 11172431.

HSL color Cylindrical-coordinate representation of color #4F7AAA: hue angle of 211.65º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4F7AAA is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 122 170 -
CMYK 0.54 0.28 0 0.33
HSL 211.65º 0.37% 0.49% -
HSV(B) 211.65º 0.54% 0.67% -
XYZ 17.44 18.48 40.68 -
YUV 114.62 159.25 102.6 -
System Red Green Blue C M Y K H S L
Decimal 79 122 170 0.54 0.28 0 0.33 211.65 0.37 0.49
Hex 4F 7A AA 36 1C 0 21 D4 25 31
Octal 117 172 252 66 34 0 41 324 45 61
Binary 1001111 1111010 10101010 110110 11100 0 100001 11010100 100101 110001

Color Harmonies of #4F7AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7AAA

Black with #4F7AAA

Text Example


Text Example

White with #4F7AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4F7AAA; }

 p { color: rgb(79,122,170); }

 H1.HeaderClassName
 {
   color: #4F7AAA;
 }
 .AnyTagClassName
 {
   color: #4F7AAA;
 }
</style>

background-color css

<style>
 a { background-color: #4F7AAA; }

 a { background-color: rgb(79,122,170); }

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

border-color css

<style>
 span { border-color: #4F7AAA; }

 span { border-color: rgb(79,122,170); }

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