Html Css Color HEX #4A4DDB Free Speech Blue

📋 copy color: '#4A4DDB'

red 74 ◦ green 77 ◦ blue 219

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

Shades of Free Speech Blue #4A4DDB

Tints of Free Speech Blue #4A4DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.19%

R = 20%
G = 20.81%
B = 59.19%

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

#4A4DDB (or 0x4A4DDB) is known color: Free Speech Blue. HEX triplet: 4A, 4D and DB. RGB value is (74,77,219). Sum of RGB (Red+Green+Blue) = 74+77+219=370 (49% of max value = 765). Red value is 74 (29.30% from 255 or 20% from 370); Green value is 77 (30.47% from 255 or 20.81% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A4DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A4DDB is #B5B224. Grayscale: #5B5B5B. Windows color (decimal): -11907621 or 14372170. OLE color: 14372170.

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

Color convert

RGB 74 77 219 -
CMYK 0.66 0.65 0 0.14
HSL 238.76º 0.67% 0.57% -
HSV(B) 238.76º 0.66% 0.86% -
XYZ 18.26 11.88 68.35 -
YUV 92.29 199.51 114.95 -
System Red Green Blue C M Y K H S L
Decimal 74 77 219 0.66 0.65 0 0.14 238.76 0.67 0.57
Hex 4A 4D DB 42 41 0 E EF 43 39
Octal 112 115 333 102 101 0 16 357 103 71
Binary 1001010 1001101 11011011 1000010 1000001 0 1110 11101111 1000011 111001

Color Harmonies of #4A4DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4DDB

Black with #4A4DDB

Text Example


Text Example

White with #4A4DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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