Html Css Color HEX #4875BE Steel Blue

📋 copy color: '#4875BE'

red 72 ◦ green 117 ◦ blue 190

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

Shades of Steel Blue #4875BE

Tints of Steel Blue #4875BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.13%

R = 19%
G = 30.87%
B = 50.13%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4875BE (or 0x4875BE) is known color: Steel Blue. HEX triplet: 48, 75 and BE. RGB value is (72,117,190). Sum of RGB (Red+Green+Blue) = 72+117+190=379 (50% of max value = 765). Red value is 72 (28.52% from 255 or 19.00% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #4875BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4875BE is #B78A41. Grayscale: #6F6F6F. Windows color (decimal): -12028482 or 12481864. OLE color: 12481864.

HSL color Cylindrical-coordinate representation of color #4875BE: hue angle of 217.12º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4875BE is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 117 190 -
CMYK 0.62 0.38 0 0.25
HSL 217.12º 0.48% 0.51% -
HSV(B) 217.12º 0.62% 0.75% -
XYZ 18.33 17.82 51.19 -
YUV 111.87 172.09 99.56 -
System Red Green Blue C M Y K H S L
Decimal 72 117 190 0.62 0.38 0 0.25 217.12 0.48 0.51
Hex 48 75 BE 3E 26 0 19 D9 30 33
Octal 110 165 276 76 46 0 31 331 60 63
Binary 1001000 1110101 10111110 111110 100110 0 11001 11011001 110000 110011

Color Harmonies of #4875BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4875BE

Black with #4875BE

Text Example


Text Example

White with #4875BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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