Html Css Color HEX #486FB6 Steel Blue

📋 copy color: '#486FB6'

red 72 ◦ green 111 ◦ blue 182

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

Shades of Steel Blue #486FB6

Tints of Steel Blue #486FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 49.86%

R = 19.73%
G = 30.41%
B = 49.86%

CMYK

 C value IS 0.60

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#486FB6 (or 0x486FB6) is known color: Steel Blue. HEX triplet: 48, 6F and B6. RGB value is (72,111,182). Sum of RGB (Red+Green+Blue) = 72+111+182=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 182 (71.48% from 255 or 49.86% from 365); Max value from RGB is 182 - color contains mainly: blue. Hex color #486FB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486FB6 is #B79049. Grayscale: #6B6B6B. Windows color (decimal): -12030026 or 11956040. OLE color: 11956040.

HSL color Cylindrical-coordinate representation of color #486FB6: hue angle of 218.73º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #486FB6 is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 72 111 182 -
CMYK 0.60 0.39 0 0.29
HSL 218.73º 0.43% 0.5% -
HSV(B) 218.73º 0.6% 0.71% -
XYZ 16.8 16.12 46.48 -
YUV 107.43 170.08 102.73 -
System Red Green Blue C M Y K H S L
Decimal 72 111 182 0.60 0.39 0 0.29 218.73 0.43 0.5
Hex 48 6F B6 3C 27 0 1D DB 2B 32
Octal 110 157 266 74 47 0 35 333 53 62
Binary 1001000 1101111 10110110 111100 100111 0 11101 11011011 101011 110010

Color Harmonies of #486FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486FB6

Black with #486FB6

Text Example


Text Example

White with #486FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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