Html Css Color HEX #4A49BA Free Speech Blue

📋 copy color: '#4A49BA'

red 74 ◦ green 73 ◦ blue 186

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

Shades of Free Speech Blue #4A49BA

Tints of Free Speech Blue #4A49BA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.92%

 BLUE value IS 186 (73.05% from 255) = 55.86%

R = 22.22%
G = 21.92%
B = 55.86%

CMYK

 C value IS 0.60

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4A49BA (or 0x4A49BA) is known color: Free Speech Blue. HEX triplet: 4A, 49 and BA. RGB value is (74,73,186). Sum of RGB (Red+Green+Blue) = 74+73+186=333 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.22% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #4A49BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A49BA is #B5B645. Grayscale: #555555. Windows color (decimal): -11908678 or 12208458. OLE color: 12208458.

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

Color convert

RGB 74 73 186 -
CMYK 0.60 0.61 0 0.27
HSL 240.53º 0.45% 0.51% -
HSV(B) 240.53º 0.61% 0.73% -
XYZ 14.07 9.77 47.6 -
YUV 86.18 184.33 119.31 -
System Red Green Blue C M Y K H S L
Decimal 74 73 186 0.60 0.61 0 0.27 240.53 0.45 0.51
Hex 4A 49 BA 3C 3D 0 1B F1 2D 33
Octal 112 111 272 74 75 0 33 361 55 63
Binary 1001010 1001001 10111010 111100 111101 0 11011 11110001 101101 110011

Color Harmonies of #4A49BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A49BA

Black with #4A49BA

Text Example


Text Example

White with #4A49BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,73,186); }

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

background-color css

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

 a { background-color: rgb(74,73,186); }

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

border-color css

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

 span { border-color: rgb(74,73,186); }

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