Html Css Color HEX #493ECE Free Speech Blue

📋 copy color: '#493ECE'

red 73 ◦ green 62 ◦ blue 206

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

Shades of Free Speech Blue #493ECE

Tints of Free Speech Blue #493ECE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.18%

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

R = 21.41%
G = 18.18%
B = 60.41%

CMYK

 C value IS 0.65

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#493ECE (or 0x493ECE) is known color: Free Speech Blue. HEX triplet: 49, 3E and CE. RGB value is (73,62,206). Sum of RGB (Red+Green+Blue) = 73+62+206=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #493ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493ECE is #B6C131. Grayscale: #515151. Windows color (decimal): -11977010 or 13516361. OLE color: 13516361.

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

Color convert

RGB 73 62 206 -
CMYK 0.65 0.70 0 0.19
HSL 244.58º 0.6% 0.53% -
HSV(B) 244.58º 0.7% 0.81% -
XYZ 15.61 9.32 59.37 -
YUV 81.71 198.14 121.79 -
System Red Green Blue C M Y K H S L
Decimal 73 62 206 0.65 0.70 0 0.19 244.58 0.6 0.53
Hex 49 3E CE 41 46 0 13 F5 3C 35
Octal 111 76 316 101 106 0 23 365 74 65
Binary 1001001 111110 11001110 1000001 1000110 0 10011 11110101 111100 110101

Color Harmonies of #493ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493ECE

Black with #493ECE

Text Example


Text Example

White with #493ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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