Html Css Color HEX #486DB9 Steel Blue

📋 copy color: '#486DB9'

red 72 ◦ green 109 ◦ blue 185

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

Shades of Steel Blue #486DB9

Tints of Steel Blue #486DB9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.78%

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

R = 19.67%
G = 29.78%
B = 50.55%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#486DB9 (or 0x486DB9) is known color: Steel Blue. HEX triplet: 48, 6D and B9. RGB value is (72,109,185). Sum of RGB (Red+Green+Blue) = 72+109+185=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 109 (42.97% from 255 or 29.78% from 366); Blue value is 185 (72.66% from 255 or 50.55% from 366); Max value from RGB is 185 - color contains mainly: blue. Hex color #486DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486DB9 is #B79246. Grayscale: #6A6A6A. Windows color (decimal): -12030535 or 12152136. OLE color: 12152136.

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

Color convert

RGB 72 109 185 -
CMYK 0.61 0.41 0 0.27
HSL 220.35º 0.45% 0.5% -
HSV(B) 220.35º 0.61% 0.73% -
XYZ 16.9 15.82 48.06 -
YUV 106.6 172.24 103.32 -
System Red Green Blue C M Y K H S L
Decimal 72 109 185 0.61 0.41 0 0.27 220.35 0.45 0.5
Hex 48 6D B9 3D 29 0 1B DC 2D 32
Octal 110 155 271 75 51 0 33 334 55 62
Binary 1001000 1101101 10111001 111101 101001 0 11011 11011100 101101 110010

Color Harmonies of #486DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486DB9

Black with #486DB9

Text Example


Text Example

White with #486DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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