Html Css Color HEX #486BBF Free Speech Blue

📋 copy color: '#486BBF'

red 72 ◦ green 107 ◦ blue 191

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

Shades of Free Speech Blue #486BBF

Tints of Free Speech Blue #486BBF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.92%

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

R = 19.46%
G = 28.92%
B = 51.62%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#486BBF (or 0x486BBF) is known color: Free Speech Blue. HEX triplet: 48, 6B and BF. RGB value is (72,107,191). Sum of RGB (Red+Green+Blue) = 72+107+191=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #486BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486BBF is #B79440. Grayscale: #696969. Windows color (decimal): -12031041 or 12544840. OLE color: 12544840.

HSL color Cylindrical-coordinate representation of color #486BBF: hue angle of 222.35º 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 #486BBF is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 107 191 -
CMYK 0.62 0.44 0 0.25
HSL 222.35º 0.48% 0.52% -
HSV(B) 222.35º 0.62% 0.75% -
XYZ 17.33 15.65 51.4 -
YUV 106.11 175.9 103.67 -
System Red Green Blue C M Y K H S L
Decimal 72 107 191 0.62 0.44 0 0.25 222.35 0.48 0.52
Hex 48 6B BF 3E 2C 0 19 DE 30 34
Octal 110 153 277 76 54 0 31 336 60 64
Binary 1001000 1101011 10111111 111110 101100 0 11001 11011110 110000 110100

Color Harmonies of #486BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486BBF

Black with #486BBF

Text Example


Text Example

White with #486BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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