Html Css Color HEX #493ACE Free Speech Blue

📋 copy color: '#493ACE'

red 73 ◦ green 58 ◦ blue 206

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

Shades of Free Speech Blue #493ACE

Tints of Free Speech Blue #493ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 61.13%

R = 21.66%
G = 17.21%
B = 61.13%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#493ACE (or 0x493ACE) is known color: Free Speech Blue. HEX triplet: 49, 3A and CE. RGB value is (73,58,206). Sum of RGB (Red+Green+Blue) = 73+58+206=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #493ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493ACE is #B6C531. Grayscale: #4E4E4E. Windows color (decimal): -11978034 or 13515337. OLE color: 13515337.

HSL color Cylindrical-coordinate representation of color #493ACE: hue angle of 246.08º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #493ACE is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 58 206 -
CMYK 0.65 0.72 0 0.19
HSL 246.08º 0.6% 0.52% -
HSV(B) 246.08º 0.72% 0.81% -
XYZ 15.4 8.9 59.3 -
YUV 79.36 199.47 123.47 -
System Red Green Blue C M Y K H S L
Decimal 73 58 206 0.65 0.72 0 0.19 246.08 0.6 0.52
Hex 49 3A CE 41 48 0 13 F6 3C 34
Octal 111 72 316 101 110 0 23 366 74 64
Binary 1001001 111010 11001110 1000001 1001000 0 10011 11110110 111100 110100

Color Harmonies of #493ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493ACE

Black with #493ACE

Text Example


Text Example

White with #493ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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