Html Css Color HEX #4F8BBC Steel Blue

📋 copy color: '#4F8BBC'

red 79 ◦ green 139 ◦ blue 188

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

Shades of Steel Blue #4F8BBC

Tints of Steel Blue #4F8BBC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.24%

 BLUE value IS 188 (73.83% from 255) = 46.31%

R = 19.46%
G = 34.24%
B = 46.31%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4F8BBC (or 0x4F8BBC) is known color: Steel Blue. HEX triplet: 4F, 8B and BC. RGB value is (79,139,188). Sum of RGB (Red+Green+Blue) = 79+139+188=406 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.46% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #4F8BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8BBC is #B07443. Grayscale: #7E7E7E. Windows color (decimal): -11564100 or 12356431. OLE color: 12356431.

HSL color Cylindrical-coordinate representation of color #4F8BBC: hue angle of 206.97º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F8BBC is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 79 139 188 -
CMYK 0.58 0.26 0 0.26
HSL 206.97º 0.45% 0.52% -
HSV(B) 206.97º 0.58% 0.74% -
XYZ 21.53 23.76 51.03 -
YUV 126.65 162.62 94.02 -
System Red Green Blue C M Y K H S L
Decimal 79 139 188 0.58 0.26 0 0.26 206.97 0.45 0.52
Hex 4F 8B BC 3A 1A 0 1A CF 2D 34
Octal 117 213 274 72 32 0 32 317 55 64
Binary 1001111 10001011 10111100 111010 11010 0 11010 11001111 101101 110100

Color Harmonies of #4F8BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F8BBC

Black with #4F8BBC

Text Example


Text Example

White with #4F8BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,139,188); }

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

background-color css

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

 a { background-color: rgb(79,139,188); }

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

border-color css

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

 span { border-color: rgb(79,139,188); }

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