Html Css Color HEX #486FB9 Steel Blue

📋 copy color: '#486FB9'

red 72 ◦ green 111 ◦ blue 185

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

Shades of Steel Blue #486FB9

Tints of Steel Blue #486FB9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.16%

 BLUE value IS 185 (72.66% from 255) = 50.27%

R = 19.57%
G = 30.16%
B = 50.27%

CMYK

 C value IS 0.61

 M value IS 0.4

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#486FB9 (or 0x486FB9) is known color: Steel Blue. HEX triplet: 48, 6F and B9. RGB value is (72,111,185). Sum of RGB (Red+Green+Blue) = 72+111+185=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 185 (72.66% from 255 or 50.27% from 368); Max value from RGB is 185 - color contains mainly: blue. Hex color #486FB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486FB9 is #B79046. Grayscale: #6B6B6B. Windows color (decimal): -12030023 or 12152648. OLE color: 12152648.

HSL color Cylindrical-coordinate representation of color #486FB9: hue angle of 219.29º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #486FB9 is Cyan = 0.61, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 111 185 -
CMYK 0.61 0.4 0 0.27
HSL 219.29º 0.45% 0.5% -
HSV(B) 219.29º 0.61% 0.73% -
XYZ 17.11 16.25 48.13 -
YUV 107.78 171.58 102.48 -
System Red Green Blue C M Y K H S L
Decimal 72 111 185 0.61 0.4 0 0.27 219.29 0.45 0.5
Hex 48 6F B9 3D 28 0 1B DB 2D 32
Octal 110 157 271 75 50 0 33 333 55 62
Binary 1001000 1101111 10111001 111101 101000 0 11011 11011011 101101 110010

Color Harmonies of #486FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486FB9

Black with #486FB9

Text Example


Text Example

White with #486FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486FB9; }

 p { color: rgb(72,111,185); }

 H1.HeaderClassName
 {
   color: #486FB9;
 }
 .AnyTagClassName
 {
   color: #486FB9;
 }
</style>

background-color css

<style>
 a { background-color: #486FB9; }

 a { background-color: rgb(72,111,185); }

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

border-color css

<style>
 span { border-color: #486FB9; }

 span { border-color: rgb(72,111,185); }

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