Html Css Color HEX #493ACC Free Speech Blue

📋 copy color: '#493ACC'

red 73 ◦ green 58 ◦ blue 204

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

Shades of Free Speech Blue #493ACC

Tints of Free Speech Blue #493ACC

RGB

 RED value IS 73 (28.91% from 255) = 21.79%

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

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

R = 21.79%
G = 17.31%
B = 60.9%

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

#493ACC (or 0x493ACC) is known color: Free Speech Blue. HEX triplet: 49, 3A and CC. RGB value is (73,58,204). Sum of RGB (Red+Green+Blue) = 73+58+204=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 58 (23.05% from 255 or 17.31% from 335); Blue value is 204 (80.08% from 255 or 60.90% from 335); Max value from RGB is 204 - color contains mainly: blue. Hex color #493ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493ACC is #B6C533. Grayscale: #4E4E4E. Windows color (decimal): -11978036 or 13384265. OLE color: 13384265.

HSL color Cylindrical-coordinate representation of color #493ACC: hue angle of 246.16º 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 #493ACC is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 58 204 -
CMYK 0.64 0.72 0 0.2
HSL 246.16º 0.59% 0.51% -
HSV(B) 246.16º 0.72% 0.8% -
XYZ 15.16 8.8 58.03 -
YUV 79.13 198.47 123.63 -
System Red Green Blue C M Y K H S L
Decimal 73 58 204 0.64 0.72 0 0.2 246.16 0.59 0.51
Hex 49 3A CC 40 48 0 14 F6 3B 33
Octal 111 72 314 100 110 0 24 366 73 63
Binary 1001001 111010 11001100 1000000 1001000 0 10100 11110110 111011 110011

Color Harmonies of #493ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493ACC

Black with #493ACC

Text Example


Text Example

White with #493ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493ACC; }

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

 H1.HeaderClassName
 {
   color: #493ACC;
 }
 .AnyTagClassName
 {
   color: #493ACC;
 }
</style>

background-color css

<style>
 a { background-color: #493ACC; }

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

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

border-color css

<style>
 span { border-color: #493ACC; }

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

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