Html Css Color HEX #4875BB Steel Blue

📋 copy color: '#4875BB'

red 72 ◦ green 117 ◦ blue 187

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

Shades of Steel Blue #4875BB

Tints of Steel Blue #4875BB

RGB

 RED value IS 72 (28.52% from 255) = 19.15%

 GREEN value IS 117 (46.09% from 255) = 31.12%

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

R = 19.15%
G = 31.12%
B = 49.73%

CMYK

 C value IS 0.61

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4875BB (or 0x4875BB) is known color: Steel Blue. HEX triplet: 48, 75 and BB. RGB value is (72,117,187). Sum of RGB (Red+Green+Blue) = 72+117+187=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #4875BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4875BB is #B78A44. Grayscale: #6F6F6F. Windows color (decimal): -12028485 or 12285256. OLE color: 12285256.

HSL color Cylindrical-coordinate representation of color #4875BB: hue angle of 216.52º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4875BB is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 117 187 -
CMYK 0.61 0.37 0 0.27
HSL 216.52º 0.46% 0.51% -
HSV(B) 216.52º 0.61% 0.73% -
XYZ 18 17.69 49.48 -
YUV 111.53 170.59 99.81 -
System Red Green Blue C M Y K H S L
Decimal 72 117 187 0.61 0.37 0 0.27 216.52 0.46 0.51
Hex 48 75 BB 3D 25 0 1B D9 2E 33
Octal 110 165 273 75 45 0 33 331 56 63
Binary 1001000 1110101 10111011 111101 100101 0 11011 11011001 101110 110011

Color Harmonies of #4875BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4875BB

Black with #4875BB

Text Example


Text Example

White with #4875BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4875BB; }

 p { color: rgb(72,117,187); }

 H1.HeaderClassName
 {
   color: #4875BB;
 }
 .AnyTagClassName
 {
   color: #4875BB;
 }
</style>

background-color css

<style>
 a { background-color: #4875BB; }

 a { background-color: rgb(72,117,187); }

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

border-color css

<style>
 span { border-color: #4875BB; }

 span { border-color: rgb(72,117,187); }

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