Html Css Color HEX #4A46B9 Free Speech Blue

📋 copy color: '#4A46B9'

red 74 ◦ green 70 ◦ blue 185

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

Shades of Free Speech Blue #4A46B9

Tints of Free Speech Blue #4A46B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 56.23%

R = 22.49%
G = 21.28%
B = 56.23%

CMYK

 C value IS 0.6

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4A46B9 (or 0x4A46B9) is known color: Free Speech Blue. HEX triplet: 4A, 46 and B9. RGB value is (74,70,185). Sum of RGB (Red+Green+Blue) = 74+70+185=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 185 (72.66% from 255 or 56.23% from 329); Max value from RGB is 185 - color contains mainly: blue. Hex color #4A46B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A46B9 is #B5B946. Grayscale: #535353. Windows color (decimal): -11909447 or 12142154. OLE color: 12142154.

HSL color Cylindrical-coordinate representation of color #4A46B9: hue angle of 242.09º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4A46B9 is Cyan = 0.6, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 74 70 185 -
CMYK 0.6 0.62 0 0.27
HSL 242.09º 0.45% 0.5% -
HSV(B) 242.09º 0.62% 0.73% -
XYZ 13.77 9.34 46.98 -
YUV 84.31 184.83 120.65 -
System Red Green Blue C M Y K H S L
Decimal 74 70 185 0.6 0.62 0 0.27 242.09 0.45 0.5
Hex 4A 46 B9 3C 3E 0 1B F2 2D 32
Octal 112 106 271 74 76 0 33 362 55 62
Binary 1001010 1000110 10111001 111100 111110 0 11011 11110010 101101 110010

Color Harmonies of #4A46B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A46B9

Black with #4A46B9

Text Example


Text Example

White with #4A46B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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