Html Css Color HEX #4A4FDB Free Speech Blue

📋 copy color: '#4A4FDB'

red 74 ◦ green 79 ◦ blue 219

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

Shades of Free Speech Blue #4A4FDB

Tints of Free Speech Blue #4A4FDB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.24%

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

R = 19.89%
G = 21.24%
B = 58.87%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A4FDB (or 0x4A4FDB) is known color: Free Speech Blue. HEX triplet: 4A, 4F and DB. RGB value is (74,79,219). Sum of RGB (Red+Green+Blue) = 74+79+219=372 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.89% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A4FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A4FDB is #B5B024. Grayscale: #5C5C5C. Windows color (decimal): -11907109 or 14372682. OLE color: 14372682.

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

Color convert

RGB 74 79 219 -
CMYK 0.66 0.64 0 0.14
HSL 237.93º 0.67% 0.57% -
HSV(B) 237.93º 0.66% 0.86% -
XYZ 18.41 12.16 68.4 -
YUV 93.47 198.84 114.12 -
System Red Green Blue C M Y K H S L
Decimal 74 79 219 0.66 0.64 0 0.14 237.93 0.67 0.57
Hex 4A 4F DB 42 40 0 E EE 43 39
Octal 112 117 333 102 100 0 16 356 103 71
Binary 1001010 1001111 11011011 1000010 1000000 0 1110 11101110 1000011 111001

Color Harmonies of #4A4FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4FDB

Black with #4A4FDB

Text Example


Text Example

White with #4A4FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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