Html Css Color HEX #4A40DB Free Speech Blue

📋 copy color: '#4A40DB'

red 74 ◦ green 64 ◦ blue 219

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

Shades of Free Speech Blue #4A40DB

Tints of Free Speech Blue #4A40DB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.93%

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

R = 20.73%
G = 17.93%
B = 61.34%

CMYK

 C value IS 0.66

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A40DB (or 0x4A40DB) is known color: Free Speech Blue. HEX triplet: 4A, 40 and DB. RGB value is (74,64,219). Sum of RGB (Red+Green+Blue) = 74+64+219=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 219 (85.94% from 255 or 61.34% from 357); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A40DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A40DB is #B5BF24. Grayscale: #545454. Windows color (decimal): -11910949 or 14368842. OLE color: 14368842.

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

Color convert

RGB 74 64 219 -
CMYK 0.66 0.71 0 0.14
HSL 243.87º 0.68% 0.55% -
HSV(B) 243.87º 0.71% 0.86% -
XYZ 17.44 10.24 68.07 -
YUV 84.66 203.81 120.4 -
System Red Green Blue C M Y K H S L
Decimal 74 64 219 0.66 0.71 0 0.14 243.87 0.68 0.55
Hex 4A 40 DB 42 47 0 E F4 44 37
Octal 112 100 333 102 107 0 16 364 104 67
Binary 1001010 1000000 11011011 1000010 1000111 0 1110 11110100 1000100 110111

Color Harmonies of #4A40DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A40DB

Black with #4A40DB

Text Example


Text Example

White with #4A40DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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