Html Css Color HEX #486EBB Steel Blue

📋 copy color: '#486EBB'

red 72 ◦ green 110 ◦ blue 187

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

Shades of Steel Blue #486EBB

Tints of Steel Blue #486EBB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.81%

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

R = 19.51%
G = 29.81%
B = 50.68%

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

#486EBB (or 0x486EBB) is known color: Steel Blue. HEX triplet: 48, 6E and BB. RGB value is (72,110,187). Sum of RGB (Red+Green+Blue) = 72+110+187=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #486EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486EBB is #B79144. Grayscale: #6B6B6B. Windows color (decimal): -12030277 or 12283464. OLE color: 12283464.

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

Color convert

RGB 72 110 187 -
CMYK 0.61 0.41 0 0.27
HSL 220.17º 0.46% 0.51% -
HSV(B) 220.17º 0.61% 0.73% -
XYZ 17.22 16.12 49.22 -
YUV 107.42 172.91 102.74 -
System Red Green Blue C M Y K H S L
Decimal 72 110 187 0.61 0.41 0 0.27 220.17 0.46 0.51
Hex 48 6E BB 3D 29 0 1B DC 2E 33
Octal 110 156 273 75 51 0 33 334 56 63
Binary 1001000 1101110 10111011 111101 101001 0 11011 11011100 101110 110011

Color Harmonies of #486EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486EBB

Black with #486EBB

Text Example


Text Example

White with #486EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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