Html Css Color HEX #486BC3 Free Speech Blue

📋 copy color: '#486BC3'

red 72 ◦ green 107 ◦ blue 195

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

Shades of Free Speech Blue #486BC3

Tints of Free Speech Blue #486BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 52.14%

R = 19.25%
G = 28.61%
B = 52.14%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#486BC3 (or 0x486BC3) is known color: Free Speech Blue. HEX triplet: 48, 6B and C3. RGB value is (72,107,195). Sum of RGB (Red+Green+Blue) = 72+107+195=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 195 (76.56% from 255 or 52.14% from 374); Max value from RGB is 195 - color contains mainly: blue. Hex color #486BC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486BC3 is #B7943C. Grayscale: #6A6A6A. Windows color (decimal): -12031037 or 12806984. OLE color: 12806984.

HSL color Cylindrical-coordinate representation of color #486BC3: hue angle of 222.93º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #486BC3 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 72 107 195 -
CMYK 0.63 0.45 0 0.24
HSL 222.93º 0.51% 0.52% -
HSV(B) 222.93º 0.63% 0.76% -
XYZ 17.78 15.83 53.75 -
YUV 106.57 177.9 103.34 -
System Red Green Blue C M Y K H S L
Decimal 72 107 195 0.63 0.45 0 0.24 222.93 0.51 0.52
Hex 48 6B C3 3F 2D 0 18 DF 33 34
Octal 110 153 303 77 55 0 30 337 63 64
Binary 1001000 1101011 11000011 111111 101101 0 11000 11011111 110011 110100

Color Harmonies of #486BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486BC3

Black with #486BC3

Text Example


Text Example

White with #486BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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