Html Css Color HEX #4883BF Steel Blue

📋 copy color: '#4883BF'

red 72 ◦ green 131 ◦ blue 191

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

Shades of Steel Blue #4883BF

Tints of Steel Blue #4883BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.48%

R = 18.27%
G = 33.25%
B = 48.48%

CMYK

 C value IS 0.62

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4883BF (or 0x4883BF) is known color: Steel Blue. HEX triplet: 48, 83 and BF. RGB value is (72,131,191). Sum of RGB (Red+Green+Blue) = 72+131+191=394 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.27% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #4883BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4883BF is #B77C40. Grayscale: #777777. Windows color (decimal): -12024897 or 12550984. OLE color: 12550984.

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

Color convert

RGB 72 131 191 -
CMYK 0.62 0.31 0 0.25
HSL 210.25º 0.48% 0.52% -
HSV(B) 210.25º 0.62% 0.75% -
XYZ 20.19 21.37 52.35 -
YUV 120.2 167.95 93.62 -
System Red Green Blue C M Y K H S L
Decimal 72 131 191 0.62 0.31 0 0.25 210.25 0.48 0.52
Hex 48 83 BF 3E 1F 0 19 D2 30 34
Octal 110 203 277 76 37 0 31 322 60 64
Binary 1001000 10000011 10111111 111110 11111 0 11001 11010010 110000 110100

Color Harmonies of #4883BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4883BF

Black with #4883BF

Text Example


Text Example

White with #4883BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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