Html Css Color HEX #4F7AA6 Steel Blue

📋 copy color: '#4F7AA6'

red 79 ◦ green 122 ◦ blue 166

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

Shades of Steel Blue #4F7AA6

Tints of Steel Blue #4F7AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 45.23%

R = 21.53%
G = 33.24%
B = 45.23%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4F7AA6 (or 0x4F7AA6) is known color: Steel Blue. HEX triplet: 4F, 7A and A6. RGB value is (79,122,166). Sum of RGB (Red+Green+Blue) = 79+122+166=367 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.53% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 166 (65.23% from 255 or 45.23% from 367); Max value from RGB is 166 - color contains mainly: blue. Hex color #4F7AA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7AA6 is #B08559. Grayscale: #717171. Windows color (decimal): -11568474 or 10910287. OLE color: 10910287.

HSL color Cylindrical-coordinate representation of color #4F7AA6: hue angle of 210.34º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F7AA6 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 79 122 166 -
CMYK 0.52 0.27 0 0.35
HSL 210.34º 0.36% 0.48% -
HSV(B) 210.34º 0.52% 0.65% -
XYZ 17.07 18.33 38.72 -
YUV 114.16 157.25 102.92 -
System Red Green Blue C M Y K H S L
Decimal 79 122 166 0.52 0.27 0 0.35 210.34 0.36 0.48
Hex 4F 7A A6 34 1B 0 23 D2 24 30
Octal 117 172 246 64 33 0 43 322 44 60
Binary 1001111 1111010 10100110 110100 11011 0 100011 11010010 100100 110000

Color Harmonies of #4F7AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7AA6

Black with #4F7AA6

Text Example


Text Example

White with #4F7AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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