Html Css Color HEX #4A49DC Free Speech Blue

📋 copy color: '#4A49DC'

red 74 ◦ green 73 ◦ blue 220

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

Shades of Free Speech Blue #4A49DC

Tints of Free Speech Blue #4A49DC

RGB

 RED value IS 74 (29.3% from 255) = 20.16%

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

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

R = 20.16%
G = 19.89%
B = 59.95%

CMYK

 C value IS 0.66

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A49DC (or 0x4A49DC) is known color: Free Speech Blue. HEX triplet: 4A, 49 and DC. RGB value is (74,73,220). Sum of RGB (Red+Green+Blue) = 74+73+220=367 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.16% from 367); Green value is 73 (28.91% from 255 or 19.89% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A49DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A49DC is #B5B623. Grayscale: #595959. Windows color (decimal): -11908644 or 14436682. OLE color: 14436682.

HSL color Cylindrical-coordinate representation of color #4A49DC: hue angle of 240.41º 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 #4A49DC is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 73 220 -
CMYK 0.66 0.67 0 0.14
HSL 240.41º 0.68% 0.57% -
HSV(B) 240.41º 0.67% 0.86% -
XYZ 18.12 11.39 68.95 -
YUV 90.06 201.33 116.55 -
System Red Green Blue C M Y K H S L
Decimal 74 73 220 0.66 0.67 0 0.14 240.41 0.68 0.57
Hex 4A 49 DC 42 43 0 E F0 44 39
Octal 112 111 334 102 103 0 16 360 104 71
Binary 1001010 1001001 11011100 1000010 1000011 0 1110 11110000 1000100 111001

Color Harmonies of #4A49DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A49DC

Black with #4A49DC

Text Example


Text Example

White with #4A49DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A49DC; }

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

 H1.HeaderClassName
 {
   color: #4A49DC;
 }
 .AnyTagClassName
 {
   color: #4A49DC;
 }
</style>

background-color css

<style>
 a { background-color: #4A49DC; }

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

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

border-color css

<style>
 span { border-color: #4A49DC; }

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

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