Html Css Color HEX #4849DC Free Speech Blue

📋 copy color: '#4849DC'

red 72 ◦ green 73 ◦ blue 220

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

Shades of Free Speech Blue #4849DC

Tints of Free Speech Blue #4849DC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20%

 BLUE value IS 220 (86.33% from 255) = 60.27%

R = 19.73%
G = 20%
B = 60.27%

CMYK

 C value IS 0.67

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4849DC (or 0x4849DC) is known color: Free Speech Blue. HEX triplet: 48, 49 and DC. RGB value is (72,73,220). Sum of RGB (Red+Green+Blue) = 72+73+220=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #4849DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4849DC is #B7B623. Grayscale: #585858. Windows color (decimal): -12039716 or 14436680. OLE color: 14436680.

HSL color Cylindrical-coordinate representation of color #4849DC: hue angle of 239.59º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4849DC is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 72 73 220 -
CMYK 0.67 0.67 0 0.14
HSL 239.59º 0.68% 0.57% -
HSV(B) 239.59º 0.67% 0.86% -
XYZ 17.97 11.31 68.95 -
YUV 89.46 201.67 115.55 -
System Red Green Blue C M Y K H S L
Decimal 72 73 220 0.67 0.67 0 0.14 239.59 0.68 0.57
Hex 48 49 DC 43 43 0 E F0 44 39
Octal 110 111 334 103 103 0 16 360 104 71
Binary 1001000 1001001 11011100 1000011 1000011 0 1110 11110000 1000100 111001

Color Harmonies of #4849DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4849DC

Black with #4849DC

Text Example


Text Example

White with #4849DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4849DC; }

 p { color: rgb(72,73,220); }

 H1.HeaderClassName
 {
   color: #4849DC;
 }
 .AnyTagClassName
 {
   color: #4849DC;
 }
</style>

background-color css

<style>
 a { background-color: #4849DC; }

 a { background-color: rgb(72,73,220); }

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

border-color css

<style>
 span { border-color: #4849DC; }

 span { border-color: rgb(72,73,220); }

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