Html Css Color HEX #493ECF Free Speech Blue

📋 copy color: '#493ECF'

red 73 ◦ green 62 ◦ blue 207

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

Shades of Free Speech Blue #493ECF

Tints of Free Speech Blue #493ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60.53%

R = 21.35%
G = 18.13%
B = 60.53%

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

#493ECF (or 0x493ECF) is known color: Free Speech Blue. HEX triplet: 49, 3E and CF. RGB value is (73,62,207). Sum of RGB (Red+Green+Blue) = 73+62+207=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #493ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493ECF is #B6C130. Grayscale: #515151. Windows color (decimal): -11977009 or 13581897. OLE color: 13581897.

HSL color Cylindrical-coordinate representation of color #493ECF: hue angle of 244.55º 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 #493ECF is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 62 207 -
CMYK 0.65 0.70 0 0.19
HSL 244.55º 0.6% 0.53% -
HSV(B) 244.55º 0.7% 0.81% -
XYZ 15.73 9.37 60.01 -
YUV 81.82 198.64 121.71 -
System Red Green Blue C M Y K H S L
Decimal 73 62 207 0.65 0.70 0 0.19 244.55 0.6 0.53
Hex 49 3E CF 41 46 0 13 F5 3C 35
Octal 111 76 317 101 106 0 23 365 74 65
Binary 1001001 111110 11001111 1000001 1000110 0 10011 11110101 111100 110101

Color Harmonies of #493ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493ECF

Black with #493ECF

Text Example


Text Example

White with #493ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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