Html Css Color HEX #4A46BE Free Speech Blue

📋 copy color: '#4A46BE'

red 74 ◦ green 70 ◦ blue 190

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

Shades of Free Speech Blue #4A46BE

Tints of Free Speech Blue #4A46BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 56.89%

R = 22.16%
G = 20.96%
B = 56.89%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4A46BE (or 0x4A46BE) is known color: Free Speech Blue. HEX triplet: 4A, 46 and BE. RGB value is (74,70,190). Sum of RGB (Red+Green+Blue) = 74+70+190=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A46BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A46BE is #B5B941. Grayscale: #545454. Windows color (decimal): -11909442 or 12469834. OLE color: 12469834.

HSL color Cylindrical-coordinate representation of color #4A46BE: hue angle of 242º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A46BE is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 74 70 190 -
CMYK 0.61 0.63 0 0.25
HSL 242º 0.48% 0.51% -
HSV(B) 242º 0.63% 0.75% -
XYZ 14.31 9.55 49.81 -
YUV 84.88 187.33 120.24 -
System Red Green Blue C M Y K H S L
Decimal 74 70 190 0.61 0.63 0 0.25 242 0.48 0.51
Hex 4A 46 BE 3D 3F 0 19 F2 30 33
Octal 112 106 276 75 77 0 31 362 60 63
Binary 1001010 1000110 10111110 111101 111111 0 11001 11110010 110000 110011

Color Harmonies of #4A46BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A46BE

Black with #4A46BE

Text Example


Text Example

White with #4A46BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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