Html Css Color HEX #4A46DB Free Speech Blue

📋 copy color: '#4A46DB'

red 74 ◦ green 70 ◦ blue 219

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

Shades of Free Speech Blue #4A46DB

Tints of Free Speech Blue #4A46DB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.28%

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

R = 20.39%
G = 19.28%
B = 60.33%

CMYK

 C value IS 0.66

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4A46DB (or 0x4A46DB) is known color: Free Speech Blue. HEX triplet: 4A, 46 and DB. RGB value is (74,70,219). Sum of RGB (Red+Green+Blue) = 74+70+219=363 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.39% from 363); Green value is 70 (27.73% from 255 or 19.28% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #4A46DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A46DB is #B5B924. Grayscale: #575757. Windows color (decimal): -11909413 or 14370378. OLE color: 14370378.

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

Color convert

RGB 74 70 219 -
CMYK 0.66 0.68 0 0.14
HSL 241.61º 0.67% 0.57% -
HSV(B) 241.61º 0.68% 0.86% -
XYZ 17.8 10.95 68.19 -
YUV 88.18 201.83 117.88 -
System Red Green Blue C M Y K H S L
Decimal 74 70 219 0.66 0.68 0 0.14 241.61 0.67 0.57
Hex 4A 46 DB 42 44 0 E F2 43 39
Octal 112 106 333 102 104 0 16 362 103 71
Binary 1001010 1000110 11011011 1000010 1000100 0 1110 11110010 1000011 111001

Color Harmonies of #4A46DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A46DB

Black with #4A46DB

Text Example


Text Example

White with #4A46DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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