Html Css Color HEX #4A4DDA Free Speech Blue

📋 copy color: '#4A4DDA'

red 74 ◦ green 77 ◦ blue 218

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

Shades of Free Speech Blue #4A4DDA

Tints of Free Speech Blue #4A4DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 59.08%

R = 20.05%
G = 20.87%
B = 59.08%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4A4DDA (or 0x4A4DDA) is known color: Free Speech Blue. HEX triplet: 4A, 4D and DA. RGB value is (74,77,218). Sum of RGB (Red+Green+Blue) = 74+77+218=369 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.05% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #4A4DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A4DDA is #B5B225. Grayscale: #5B5B5B. Windows color (decimal): -11907622 or 14306634. OLE color: 14306634.

HSL color Cylindrical-coordinate representation of color #4A4DDA: hue angle of 238.75º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A4DDA is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 74 77 218 -
CMYK 0.66 0.65 0 0.15
HSL 238.75º 0.66% 0.57% -
HSV(B) 238.75º 0.66% 0.85% -
XYZ 18.13 11.83 67.66 -
YUV 92.18 199.01 115.04 -
System Red Green Blue C M Y K H S L
Decimal 74 77 218 0.66 0.65 0 0.15 238.75 0.66 0.57
Hex 4A 4D DA 42 41 0 F EF 42 39
Octal 112 115 332 102 101 0 17 357 102 71
Binary 1001010 1001101 11011010 1000010 1000001 0 1111 11101111 1000010 111001

Color Harmonies of #4A4DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4DDA

Black with #4A4DDA

Text Example


Text Example

White with #4A4DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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