Html Css Color HEX #486DBB Steel Blue

📋 copy color: '#486DBB'

red 72 ◦ green 109 ◦ blue 187

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

Shades of Steel Blue #486DBB

Tints of Steel Blue #486DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.82%

R = 19.57%
G = 29.62%
B = 50.82%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#486DBB (or 0x486DBB) is known color: Steel Blue. HEX triplet: 48, 6D and BB. RGB value is (72,109,187). Sum of RGB (Red+Green+Blue) = 72+109+187=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 187 (73.44% from 255 or 50.82% from 368); Max value from RGB is 187 - color contains mainly: blue. Hex color #486DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486DBB is #B79244. Grayscale: #6A6A6A. Windows color (decimal): -12030533 or 12283208. OLE color: 12283208.

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

Color convert

RGB 72 109 187 -
CMYK 0.61 0.42 0 0.27
HSL 220.7º 0.46% 0.51% -
HSV(B) 220.7º 0.61% 0.73% -
XYZ 17.11 15.9 49.18 -
YUV 106.83 173.24 103.16 -
System Red Green Blue C M Y K H S L
Decimal 72 109 187 0.61 0.42 0 0.27 220.7 0.46 0.51
Hex 48 6D BB 3D 2A 0 1B DD 2E 33
Octal 110 155 273 75 52 0 33 335 56 63
Binary 1001000 1101101 10111011 111101 101010 0 11011 11011101 101110 110011

Color Harmonies of #486DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486DBB

Black with #486DBB

Text Example


Text Example

White with #486DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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