Html Css Color HEX #4F7BAC Steel Blue

📋 copy color: '#4F7BAC'

red 79 ◦ green 123 ◦ blue 172

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

Shades of Steel Blue #4F7BAC

Tints of Steel Blue #4F7BAC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.89%

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

R = 21.12%
G = 32.89%
B = 45.99%

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

#4F7BAC (or 0x4F7BAC) is known color: Steel Blue. HEX triplet: 4F, 7B and AC. RGB value is (79,123,172). Sum of RGB (Red+Green+Blue) = 79+123+172=374 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.12% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F7BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7BAC is #B08453. Grayscale: #737373. Windows color (decimal): -11568212 or 11303759. OLE color: 11303759.

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

Color convert

RGB 79 123 172 -
CMYK 0.54 0.28 0 0.33
HSL 211.61º 0.37% 0.49% -
HSV(B) 211.61º 0.54% 0.67% -
XYZ 17.75 18.81 41.72 -
YUV 115.43 159.92 102.02 -
System Red Green Blue C M Y K H S L
Decimal 79 123 172 0.54 0.28 0 0.33 211.61 0.37 0.49
Hex 4F 7B AC 36 1C 0 21 D4 25 31
Octal 117 173 254 66 34 0 41 324 45 61
Binary 1001111 1111011 10101100 110110 11100 0 100001 11010100 100101 110001

Color Harmonies of #4F7BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7BAC

Black with #4F7BAC

Text Example


Text Example

White with #4F7BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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