Html Css Color HEX #4A4DDC Free Speech Blue

📋 copy color: '#4A4DDC'

red 74 ◦ green 77 ◦ blue 220

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

Shades of Free Speech Blue #4A4DDC

Tints of Free Speech Blue #4A4DDC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.75%

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

R = 19.95%
G = 20.75%
B = 59.3%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A4DDC (or 0x4A4DDC) is known color: Free Speech Blue. HEX triplet: 4A, 4D and DC. RGB value is (74,77,220). Sum of RGB (Red+Green+Blue) = 74+77+220=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A4DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A4DDC is #B5B223. Grayscale: #5B5B5B. Windows color (decimal): -11907620 or 14437706. OLE color: 14437706.

HSL color Cylindrical-coordinate representation of color #4A4DDC: hue angle of 238.77º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A4DDC is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 74 77 220 -
CMYK 0.66 0.65 0 0.14
HSL 238.77º 0.68% 0.58% -
HSV(B) 238.77º 0.66% 0.86% -
XYZ 18.4 11.93 69.04 -
YUV 92.41 200.01 114.87 -
System Red Green Blue C M Y K H S L
Decimal 74 77 220 0.66 0.65 0 0.14 238.77 0.68 0.58
Hex 4A 4D DC 42 41 0 E EF 44 3A
Octal 112 115 334 102 101 0 16 357 104 72
Binary 1001010 1001101 11011100 1000010 1000001 0 1110 11101111 1000100 111010

Color Harmonies of #4A4DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4DDC

Black with #4A4DDC

Text Example


Text Example

White with #4A4DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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