Html Css Color HEX #4A46D6 Free Speech Blue

📋 copy color: '#4A46D6'

red 74 ◦ green 70 ◦ blue 214

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

Shades of Free Speech Blue #4A46D6

Tints of Free Speech Blue #4A46D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 59.78%

R = 20.67%
G = 19.55%
B = 59.78%

CMYK

 C value IS 0.65

 M value IS 0.67

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4A46D6 (or 0x4A46D6) is known color: Free Speech Blue. HEX triplet: 4A, 46 and D6. RGB value is (74,70,214). Sum of RGB (Red+Green+Blue) = 74+70+214=358 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.67% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 214 (83.98% from 255 or 59.78% from 358); Max value from RGB is 214 - color contains mainly: blue. Hex color #4A46D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A46D6 is #B5B929. Grayscale: #575757. Windows color (decimal): -11909418 or 14042698. OLE color: 14042698.

HSL color Cylindrical-coordinate representation of color #4A46D6: hue angle of 241.67º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A46D6 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 74 70 214 -
CMYK 0.65 0.67 0 0.16
HSL 241.67º 0.64% 0.56% -
HSV(B) 241.67º 0.67% 0.84% -
XYZ 17.15 10.69 64.78 -
YUV 87.61 199.33 118.29 -
System Red Green Blue C M Y K H S L
Decimal 74 70 214 0.65 0.67 0 0.16 241.67 0.64 0.56
Hex 4A 46 D6 41 43 0 10 F2 40 38
Octal 112 106 326 101 103 0 20 362 100 70
Binary 1001010 1000110 11010110 1000001 1000011 0 10000 11110010 1000000 111000

Color Harmonies of #4A46D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A46D6

Black with #4A46D6

Text Example


Text Example

White with #4A46D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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