Html Css Color HEX #486DC4 Free Speech Blue

📋 copy color: '#486DC4'

red 72 ◦ green 109 ◦ blue 196

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

Shades of Free Speech Blue #486DC4

Tints of Free Speech Blue #486DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 51.99%

R = 19.1%
G = 28.91%
B = 51.99%

CMYK

 C value IS 0.63

 M value IS 0.44

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#486DC4 (or 0x486DC4) is known color: Free Speech Blue. HEX triplet: 48, 6D and C4. RGB value is (72,109,196). Sum of RGB (Red+Green+Blue) = 72+109+196=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 196 (76.95% from 255 or 51.99% from 377); Max value from RGB is 196 - color contains mainly: blue. Hex color #486DC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #486DC4 is #B7923B. Grayscale: #6B6B6B. Windows color (decimal): -12030524 or 12873032. OLE color: 12873032.

HSL color Cylindrical-coordinate representation of color #486DC4: hue angle of 222.1º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #486DC4 is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 72 109 196 -
CMYK 0.63 0.44 0 0.23
HSL 222.1º 0.51% 0.53% -
HSV(B) 222.1º 0.63% 0.77% -
XYZ 18.1 16.3 54.42 -
YUV 107.86 177.74 102.43 -
System Red Green Blue C M Y K H S L
Decimal 72 109 196 0.63 0.44 0 0.23 222.1 0.51 0.53
Hex 48 6D C4 3F 2C 0 17 DE 33 35
Octal 110 155 304 77 54 0 27 336 63 65
Binary 1001000 1101101 11000100 111111 101100 0 10111 11011110 110011 110101

Color Harmonies of #486DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486DC4

Black with #486DC4

Text Example


Text Example

White with #486DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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