Html Css Color HEX #4883BA Steel Blue

📋 copy color: '#4883BA'

red 72 ◦ green 131 ◦ blue 186

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

Shades of Steel Blue #4883BA

Tints of Steel Blue #4883BA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.68%

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

R = 18.51%
G = 33.68%
B = 47.81%

CMYK

 C value IS 0.61

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4883BA (or 0x4883BA) is known color: Steel Blue. HEX triplet: 48, 83 and BA. RGB value is (72,131,186). Sum of RGB (Red+Green+Blue) = 72+131+186=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #4883BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4883BA is #B77C45. Grayscale: #777777. Windows color (decimal): -12024902 or 12223304. OLE color: 12223304.

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

Color convert

RGB 72 131 186 -
CMYK 0.61 0.30 0 0.27
HSL 208.95º 0.45% 0.51% -
HSV(B) 208.95º 0.61% 0.73% -
XYZ 19.65 21.16 49.5 -
YUV 119.63 165.45 94.03 -
System Red Green Blue C M Y K H S L
Decimal 72 131 186 0.61 0.30 0 0.27 208.95 0.45 0.51
Hex 48 83 BA 3D 1E 0 1B D1 2D 33
Octal 110 203 272 75 36 0 33 321 55 63
Binary 1001000 10000011 10111010 111101 11110 0 11011 11010001 101101 110011

Color Harmonies of #4883BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4883BA

Black with #4883BA

Text Example


Text Example

White with #4883BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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