Html Css Color HEX #486EBA Steel Blue

📋 copy color: '#486EBA'

red 72 ◦ green 110 ◦ blue 186

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

Shades of Steel Blue #486EBA

Tints of Steel Blue #486EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.54%

R = 19.57%
G = 29.89%
B = 50.54%

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

#486EBA (or 0x486EBA) is known color: Steel Blue. HEX triplet: 48, 6E and BA. RGB value is (72,110,186). Sum of RGB (Red+Green+Blue) = 72+110+186=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 110 (43.36% from 255 or 29.89% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #486EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486EBA is #B79145. Grayscale: #6A6A6A. Windows color (decimal): -12030278 or 12217928. OLE color: 12217928.

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

Color convert

RGB 72 110 186 -
CMYK 0.61 0.41 0 0.27
HSL 220º 0.45% 0.51% -
HSV(B) 220º 0.61% 0.73% -
XYZ 17.11 16.07 48.66 -
YUV 107.3 172.41 102.82 -
System Red Green Blue C M Y K H S L
Decimal 72 110 186 0.61 0.41 0 0.27 220 0.45 0.51
Hex 48 6E BA 3D 29 0 1B DC 2D 33
Octal 110 156 272 75 51 0 33 334 55 63
Binary 1001000 1101110 10111010 111101 101001 0 11011 11011100 101101 110011

Color Harmonies of #486EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486EBA

Black with #486EBA

Text Example


Text Example

White with #486EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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