Html Css Color HEX #486DBF Free Speech Blue

📋 copy color: '#486DBF'

red 72 ◦ green 109 ◦ blue 191

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

Shades of Free Speech Blue #486DBF

Tints of Free Speech Blue #486DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.34%

R = 19.35%
G = 29.3%
B = 51.34%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#486DBF (or 0x486DBF) is known color: Free Speech Blue. HEX triplet: 48, 6D and BF. RGB value is (72,109,191). Sum of RGB (Red+Green+Blue) = 72+109+191=372 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.35% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #486DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486DBF is #B79240. Grayscale: #6A6A6A. Windows color (decimal): -12030529 or 12545352. OLE color: 12545352.

HSL color Cylindrical-coordinate representation of color #486DBF: hue angle of 221.34º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #486DBF is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 109 191 -
CMYK 0.62 0.43 0 0.25
HSL 221.34º 0.48% 0.52% -
HSV(B) 221.34º 0.62% 0.75% -
XYZ 17.55 16.08 51.47 -
YUV 107.29 175.24 102.83 -
System Red Green Blue C M Y K H S L
Decimal 72 109 191 0.62 0.43 0 0.25 221.34 0.48 0.52
Hex 48 6D BF 3E 2B 0 19 DD 30 34
Octal 110 155 277 76 53 0 31 335 60 64
Binary 1001000 1101101 10111111 111110 101011 0 11001 11011101 110000 110100

Color Harmonies of #486DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486DBF

Black with #486DBF

Text Example


Text Example

White with #486DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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