Html Css Color HEX #4872BC Steel Blue

📋 copy color: '#4872BC'

red 72 ◦ green 114 ◦ blue 188

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

Shades of Steel Blue #4872BC

Tints of Steel Blue #4872BC

RGB

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

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

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

R = 19.25%
G = 30.48%
B = 50.27%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4872BC (or 0x4872BC) is known color: Steel Blue. HEX triplet: 48, 72 and BC. RGB value is (72,114,188). Sum of RGB (Red+Green+Blue) = 72+114+188=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #4872BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4872BC is #B78D43. Grayscale: #6D6D6D. Windows color (decimal): -12029252 or 12350024. OLE color: 12350024.

HSL color Cylindrical-coordinate representation of color #4872BC: hue angle of 218.28º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4872BC is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 114 188 -
CMYK 0.62 0.39 0 0.26
HSL 218.28º 0.46% 0.51% -
HSV(B) 218.28º 0.62% 0.74% -
XYZ 17.77 17.04 49.93 -
YUV 109.88 172.09 100.98 -
System Red Green Blue C M Y K H S L
Decimal 72 114 188 0.62 0.39 0 0.26 218.28 0.46 0.51
Hex 48 72 BC 3E 27 0 1A DA 2E 33
Octal 110 162 274 76 47 0 32 332 56 63
Binary 1001000 1110010 10111100 111110 100111 0 11010 11011010 101110 110011

Color Harmonies of #4872BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4872BC

Black with #4872BC

Text Example


Text Example

White with #4872BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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