Html Css Color HEX #486FBA Steel Blue

📋 copy color: '#486FBA'

red 72 ◦ green 111 ◦ blue 186

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

Shades of Steel Blue #486FBA

Tints of Steel Blue #486FBA

RGB

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

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

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

R = 19.51%
G = 30.08%
B = 50.41%

CMYK

 C value IS 0.61

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#486FBA (or 0x486FBA) is known color: Steel Blue. HEX triplet: 48, 6F and BA. RGB value is (72,111,186). Sum of RGB (Red+Green+Blue) = 72+111+186=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #486FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486FBA is #B79045. Grayscale: #6B6B6B. Windows color (decimal): -12030022 or 12218184. OLE color: 12218184.

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

Color convert

RGB 72 111 186 -
CMYK 0.61 0.40 0 0.27
HSL 219.47º 0.45% 0.51% -
HSV(B) 219.47º 0.61% 0.73% -
XYZ 17.22 16.29 48.69 -
YUV 107.89 172.08 102.4 -
System Red Green Blue C M Y K H S L
Decimal 72 111 186 0.61 0.40 0 0.27 219.47 0.45 0.51
Hex 48 6F BA 3D 28 0 1B DB 2D 33
Octal 110 157 272 75 50 0 33 333 55 63
Binary 1001000 1101111 10111010 111101 101000 0 11011 11011011 101101 110011

Color Harmonies of #486FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486FBA

Black with #486FBA

Text Example


Text Example

White with #486FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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