Html Css Color HEX #4A4BDB Free Speech Blue

📋 copy color: '#4A4BDB'

red 74 ◦ green 75 ◦ blue 219

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

Shades of Free Speech Blue #4A4BDB

Tints of Free Speech Blue #4A4BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.38%

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

R = 20.11%
G = 20.38%
B = 59.51%

CMYK

 C value IS 0.66

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A4BDB (or 0x4A4BDB) is known color: Free Speech Blue. HEX triplet: 4A, 4B and DB. RGB value is (74,75,219). Sum of RGB (Red+Green+Blue) = 74+75+219=368 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.11% from 368); Green value is 75 (29.69% from 255 or 20.38% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A4BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A4BDB is #B5B424. Grayscale: #5A5A5A. Windows color (decimal): -11908133 or 14371658. OLE color: 14371658.

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

Color convert

RGB 74 75 219 -
CMYK 0.66 0.66 0 0.14
HSL 239.59º 0.67% 0.57% -
HSV(B) 239.59º 0.66% 0.86% -
XYZ 18.13 11.6 68.3 -
YUV 91.12 200.17 115.79 -
System Red Green Blue C M Y K H S L
Decimal 74 75 219 0.66 0.66 0 0.14 239.59 0.67 0.57
Hex 4A 4B DB 42 42 0 E F0 43 39
Octal 112 113 333 102 102 0 16 360 103 71
Binary 1001010 1001011 11011011 1000010 1000010 0 1110 11110000 1000011 111001

Color Harmonies of #4A4BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4BDB

Black with #4A4BDB

Text Example


Text Example

White with #4A4BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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