Html Css Color HEX #4A3ACC Free Speech Blue

📋 copy color: '#4A3ACC'

red 74 ◦ green 58 ◦ blue 204

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

Shades of Free Speech Blue #4A3ACC

Tints of Free Speech Blue #4A3ACC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.26%

 BLUE value IS 204 (80.08% from 255) = 60.71%

R = 22.02%
G = 17.26%
B = 60.71%

CMYK

 C value IS 0.64

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4A3ACC (or 0x4A3ACC) is known color: Free Speech Blue. HEX triplet: 4A, 3A and CC. RGB value is (74,58,204). Sum of RGB (Red+Green+Blue) = 74+58+204=336 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.02% from 336); Green value is 58 (23.05% from 255 or 17.26% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #4A3ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A3ACC is #B5C533. Grayscale: #4E4E4E. Windows color (decimal): -11912500 or 13384266. OLE color: 13384266.

HSL color Cylindrical-coordinate representation of color #4A3ACC: hue angle of 246.58º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4A3ACC is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 74 58 204 -
CMYK 0.64 0.72 0 0.2
HSL 246.58º 0.59% 0.51% -
HSV(B) 246.58º 0.72% 0.8% -
XYZ 15.24 8.84 58.03 -
YUV 79.43 198.3 124.13 -
System Red Green Blue C M Y K H S L
Decimal 74 58 204 0.64 0.72 0 0.2 246.58 0.59 0.51
Hex 4A 3A CC 40 48 0 14 F7 3B 33
Octal 112 72 314 100 110 0 24 367 73 63
Binary 1001010 111010 11001100 1000000 1001000 0 10100 11110111 111011 110011

Color Harmonies of #4A3ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3ACC

Black with #4A3ACC

Text Example


Text Example

White with #4A3ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,58,204); }

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

background-color css

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

 a { background-color: rgb(74,58,204); }

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

border-color css

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

 span { border-color: rgb(74,58,204); }

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