Html Css Color HEX #4A4CDB Free Speech Blue

📋 copy color: '#4A4CDB'

red 74 ◦ green 76 ◦ blue 219

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

Shades of Free Speech Blue #4A4CDB

Tints of Free Speech Blue #4A4CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.6%

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

R = 20.05%
G = 20.6%
B = 59.35%

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

#4A4CDB (or 0x4A4CDB) is known color: Free Speech Blue. HEX triplet: 4A, 4C and DB. RGB value is (74,76,219). Sum of RGB (Red+Green+Blue) = 74+76+219=369 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.05% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A4CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A4CDB is #B5B324. Grayscale: #5B5B5B. Windows color (decimal): -11907877 or 14371914. OLE color: 14371914.

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

Color convert

RGB 74 76 219 -
CMYK 0.66 0.65 0 0.14
HSL 239.17º 0.67% 0.57% -
HSV(B) 239.17º 0.66% 0.86% -
XYZ 18.19 11.74 68.32 -
YUV 91.7 199.84 115.37 -
System Red Green Blue C M Y K H S L
Decimal 74 76 219 0.66 0.65 0 0.14 239.17 0.67 0.57
Hex 4A 4C DB 42 41 0 E EF 43 39
Octal 112 114 333 102 101 0 16 357 103 71
Binary 1001010 1001100 11011011 1000010 1000001 0 1110 11101111 1000011 111001

Color Harmonies of #4A4CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4CDB

Black with #4A4CDB

Text Example


Text Example

White with #4A4CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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