Html Css Color HEX #4F91BA Steel Blue

📋 copy color: '#4F91BA'

red 79 ◦ green 145 ◦ blue 186

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

Shades of Steel Blue #4F91BA

Tints of Steel Blue #4F91BA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.37%

 BLUE value IS 186 (73.05% from 255) = 45.37%

R = 19.27%
G = 35.37%
B = 45.37%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4F91BA (or 0x4F91BA) is known color: Steel Blue. HEX triplet: 4F, 91 and BA. RGB value is (79,145,186). Sum of RGB (Red+Green+Blue) = 79+145+186=410 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.27% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F91BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F91BA is #B06E45. Grayscale: #818181. Windows color (decimal): -11562566 or 12226895. OLE color: 12226895.

HSL color Cylindrical-coordinate representation of color #4F91BA: hue angle of 202.99º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F91BA is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 79 145 186 -
CMYK 0.58 0.22 0 0.27
HSL 202.99º 0.44% 0.52% -
HSV(B) 202.99º 0.58% 0.73% -
XYZ 22.21 25.46 50.2 -
YUV 129.94 159.63 91.67 -
System Red Green Blue C M Y K H S L
Decimal 79 145 186 0.58 0.22 0 0.27 202.99 0.44 0.52
Hex 4F 91 BA 3A 16 0 1B CB 2C 34
Octal 117 221 272 72 26 0 33 313 54 64
Binary 1001111 10010001 10111010 111010 10110 0 11011 11001011 101100 110100

Color Harmonies of #4F91BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F91BA

Black with #4F91BA

Text Example


Text Example

White with #4F91BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,145,186); }

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

background-color css

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

 a { background-color: rgb(79,145,186); }

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

border-color css

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

 span { border-color: rgb(79,145,186); }

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