Html Css Color HEX #4F7CAC Steel Blue

📋 copy color: '#4F7CAC'

red 79 ◦ green 124 ◦ blue 172

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

Shades of Steel Blue #4F7CAC

Tints of Steel Blue #4F7CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.87%

R = 21.07%
G = 33.07%
B = 45.87%

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

#4F7CAC (or 0x4F7CAC) is known color: Steel Blue. HEX triplet: 4F, 7C and AC. RGB value is (79,124,172). Sum of RGB (Red+Green+Blue) = 79+124+172=375 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.07% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F7CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7CAC is #B08353. Grayscale: #737373. Windows color (decimal): -11567956 or 11304015. OLE color: 11304015.

HSL color Cylindrical-coordinate representation of color #4F7CAC: hue angle of 210.97º 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 #4F7CAC is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 124 172 -
CMYK 0.54 0.28 0 0.33
HSL 210.97º 0.37% 0.49% -
HSV(B) 210.97º 0.54% 0.67% -
XYZ 17.88 19.06 41.77 -
YUV 116.02 159.59 101.6 -
System Red Green Blue C M Y K H S L
Decimal 79 124 172 0.54 0.28 0 0.33 210.97 0.37 0.49
Hex 4F 7C AC 36 1C 0 21 D3 25 31
Octal 117 174 254 66 34 0 41 323 45 61
Binary 1001111 1111100 10101100 110110 11100 0 100001 11010011 100101 110001

Color Harmonies of #4F7CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7CAC

Black with #4F7CAC

Text Example


Text Example

White with #4F7CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,124,172); }

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

background-color css

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

 a { background-color: rgb(79,124,172); }

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

border-color css

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

 span { border-color: rgb(79,124,172); }

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