Html Css Color HEX #4F7BAD Steel Blue

📋 copy color: '#4F7BAD'

red 79 ◦ green 123 ◦ blue 173

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

Shades of Steel Blue #4F7BAD

Tints of Steel Blue #4F7BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.13%

R = 21.07%
G = 32.8%
B = 46.13%

CMYK

 C value IS 0.54

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4F7BAD (or 0x4F7BAD) is known color: Steel Blue. HEX triplet: 4F, 7B and AD. RGB value is (79,123,173). Sum of RGB (Red+Green+Blue) = 79+123+173=375 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.07% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F7BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7BAD is #B08452. Grayscale: #737373. Windows color (decimal): -11568211 or 11369295. OLE color: 11369295.

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

Color convert

RGB 79 123 173 -
CMYK 0.54 0.29 0 0.32
HSL 211.91º 0.37% 0.49% -
HSV(B) 211.91º 0.54% 0.68% -
XYZ 17.85 18.85 42.23 -
YUV 115.54 160.42 101.93 -
System Red Green Blue C M Y K H S L
Decimal 79 123 173 0.54 0.29 0 0.32 211.91 0.37 0.49
Hex 4F 7B AD 36 1D 0 20 D4 25 31
Octal 117 173 255 66 35 0 40 324 45 61
Binary 1001111 1111011 10101101 110110 11101 0 100000 11010100 100101 110001

Color Harmonies of #4F7BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7BAD

Black with #4F7BAD

Text Example


Text Example

White with #4F7BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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