Html Css Color HEX #4B79BB Steel Blue

📋 copy color: '#4B79BB'

red 75 ◦ green 121 ◦ blue 187

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

Shades of Steel Blue #4B79BB

Tints of Steel Blue #4B79BB

RGB

 RED value IS 75 (29.69% from 255) = 19.58%

 GREEN value IS 121 (47.66% from 255) = 31.59%

 BLUE value IS 187 (73.44% from 255) = 48.83%

R = 19.58%
G = 31.59%
B = 48.83%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4B79BB (or 0x4B79BB) is known color: Steel Blue. HEX triplet: 4B, 79 and BB. RGB value is (75,121,187). Sum of RGB (Red+Green+Blue) = 75+121+187=383 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.58% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #4B79BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B79BB is #B48644. Grayscale: #727272. Windows color (decimal): -11830853 or 12286283. OLE color: 12286283.

HSL color Cylindrical-coordinate representation of color #4B79BB: hue angle of 215.36º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B79BB is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 75 121 187 -
CMYK 0.60 0.35 0 0.27
HSL 215.36º 0.45% 0.51% -
HSV(B) 215.36º 0.6% 0.73% -
XYZ 18.71 18.76 49.65 -
YUV 114.77 168.76 99.63 -
System Red Green Blue C M Y K H S L
Decimal 75 121 187 0.60 0.35 0 0.27 215.36 0.45 0.51
Hex 4B 79 BB 3C 23 0 1B D7 2D 33
Octal 113 171 273 74 43 0 33 327 55 63
Binary 1001011 1111001 10111011 111100 100011 0 11011 11010111 101101 110011

Color Harmonies of #4B79BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B79BB

Black with #4B79BB

Text Example


Text Example

White with #4B79BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,121,187); }

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

background-color css

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

 a { background-color: rgb(75,121,187); }

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

border-color css

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

 span { border-color: rgb(75,121,187); }

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