Html Css Color HEX #4F74B3 Steel Blue

📋 copy color: '#4F74B3'

red 79 ◦ green 116 ◦ blue 179

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

Shades of Steel Blue #4F74B3

Tints of Steel Blue #4F74B3

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.02%

 BLUE value IS 179 (70.31% from 255) = 47.86%

R = 21.12%
G = 31.02%
B = 47.86%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4F74B3 (or 0x4F74B3) is known color: Steel Blue. HEX triplet: 4F, 74 and B3. RGB value is (79,116,179). Sum of RGB (Red+Green+Blue) = 79+116+179=374 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.12% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 179 - color contains mainly: blue. Hex color #4F74B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F74B3 is #B08B4C. Grayscale: #6F6F6F. Windows color (decimal): -11569997 or 11760719. OLE color: 11760719.

HSL color Cylindrical-coordinate representation of color #4F74B3: hue angle of 217.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F74B3 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 79 116 179 -
CMYK 0.56 0.35 0 0.30
HSL 217.8º 0.4% 0.51% -
HSV(B) 217.8º 0.56% 0.7% -
XYZ 17.61 17.41 45.08 -
YUV 112.12 165.74 104.38 -
System Red Green Blue C M Y K H S L
Decimal 79 116 179 0.56 0.35 0 0.30 217.8 0.4 0.51
Hex 4F 74 B3 38 23 0 1E DA 28 33
Octal 117 164 263 70 43 0 36 332 50 63
Binary 1001111 1110100 10110011 111000 100011 0 11110 11011010 101000 110011

Color Harmonies of #4F74B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F74B3

Black with #4F74B3

Text Example


Text Example

White with #4F74B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,116,179); }

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

background-color css

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

 a { background-color: rgb(79,116,179); }

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

border-color css

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

 span { border-color: rgb(79,116,179); }

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