Html Css Color HEX #4874BA Steel Blue

📋 copy color: '#4874BA'

red 72 ◦ green 116 ◦ blue 186

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

Shades of Steel Blue #4874BA

Tints of Steel Blue #4874BA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.02%

 BLUE value IS 186 (73.05% from 255) = 49.73%

R = 19.25%
G = 31.02%
B = 49.73%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4874BA (or 0x4874BA) is known color: Steel Blue. HEX triplet: 48, 74 and BA. RGB value is (72,116,186). Sum of RGB (Red+Green+Blue) = 72+116+186=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #4874BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4874BA is #B78B45. Grayscale: #6E6E6E. Windows color (decimal): -12028742 or 12219464. OLE color: 12219464.

HSL color Cylindrical-coordinate representation of color #4874BA: hue angle of 216.84º degrees, saturation: 0.45, 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 #4874BA is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 116 186 -
CMYK 0.61 0.38 0 0.27
HSL 216.84º 0.45% 0.51% -
HSV(B) 216.84º 0.61% 0.73% -
XYZ 17.78 17.41 48.88 -
YUV 110.82 170.42 100.31 -
System Red Green Blue C M Y K H S L
Decimal 72 116 186 0.61 0.38 0 0.27 216.84 0.45 0.51
Hex 48 74 BA 3D 26 0 1B D9 2D 33
Octal 110 164 272 75 46 0 33 331 55 63
Binary 1001000 1110100 10111010 111101 100110 0 11011 11011001 101101 110011

Color Harmonies of #4874BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4874BA

Black with #4874BA

Text Example


Text Example

White with #4874BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4874BA; }

 p { color: rgb(72,116,186); }

 H1.HeaderClassName
 {
   color: #4874BA;
 }
 .AnyTagClassName
 {
   color: #4874BA;
 }
</style>

background-color css

<style>
 a { background-color: #4874BA; }

 a { background-color: rgb(72,116,186); }

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

border-color css

<style>
 span { border-color: #4874BA; }

 span { border-color: rgb(72,116,186); }

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