Html Css Color HEX #4872B5 Steel Blue

📋 copy color: '#4872B5'

red 72 ◦ green 114 ◦ blue 181

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

Shades of Steel Blue #4872B5

Tints of Steel Blue #4872B5

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.06%

 BLUE value IS 181 (71.09% from 255) = 49.32%

R = 19.62%
G = 31.06%
B = 49.32%

CMYK

 C value IS 0.60

 M value IS 0.37

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4872B5 (or 0x4872B5) is known color: Steel Blue. HEX triplet: 48, 72 and B5. RGB value is (72,114,181). Sum of RGB (Red+Green+Blue) = 72+114+181=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 181 (71.09% from 255 or 49.32% from 367); Max value from RGB is 181 - color contains mainly: blue. Hex color #4872B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4872B5 is #B78D4A. Grayscale: #6C6C6C. Windows color (decimal): -12029259 or 11891272. OLE color: 11891272.

HSL color Cylindrical-coordinate representation of color #4872B5: hue angle of 216.88º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4872B5 is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 72 114 181 -
CMYK 0.60 0.37 0 0.29
HSL 216.88º 0.43% 0.5% -
HSV(B) 216.88º 0.6% 0.71% -
XYZ 17.03 16.75 46.05 -
YUV 109.08 168.59 101.55 -
System Red Green Blue C M Y K H S L
Decimal 72 114 181 0.60 0.37 0 0.29 216.88 0.43 0.5
Hex 48 72 B5 3C 25 0 1D D9 2B 32
Octal 110 162 265 74 45 0 35 331 53 62
Binary 1001000 1110010 10110101 111100 100101 0 11101 11011001 101011 110010

Color Harmonies of #4872B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4872B5

Black with #4872B5

Text Example


Text Example

White with #4872B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4872B5; }

 p { color: rgb(72,114,181); }

 H1.HeaderClassName
 {
   color: #4872B5;
 }
 .AnyTagClassName
 {
   color: #4872B5;
 }
</style>

background-color css

<style>
 a { background-color: #4872B5; }

 a { background-color: rgb(72,114,181); }

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

border-color css

<style>
 span { border-color: #4872B5; }

 span { border-color: rgb(72,114,181); }

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