Html Css Color HEX #493EDA Free Speech Blue

📋 copy color: '#493EDA'

red 73 ◦ green 62 ◦ blue 218

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

Shades of Free Speech Blue #493EDA

Tints of Free Speech Blue #493EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 61.76%

R = 20.68%
G = 17.56%
B = 61.76%

CMYK

 C value IS 0.67

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#493EDA (or 0x493EDA) is known color: Free Speech Blue. HEX triplet: 49, 3E and DA. RGB value is (73,62,218). Sum of RGB (Red+Green+Blue) = 73+62+218=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 218 (85.55% from 255 or 61.76% from 353); Max value from RGB is 218 - color contains mainly: blue. Hex color #493EDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493EDA is #B6C125. Grayscale: #525252. Windows color (decimal): -11976998 or 14302793. OLE color: 14302793.

HSL color Cylindrical-coordinate representation of color #493EDA: hue angle of 244.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #493EDA is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 62 218 -
CMYK 0.67 0.72 0 0.15
HSL 244.23º 0.68% 0.55% -
HSV(B) 244.23º 0.72% 0.85% -
XYZ 17.13 9.92 67.34 -
YUV 83.07 204.14 120.82 -
System Red Green Blue C M Y K H S L
Decimal 73 62 218 0.67 0.72 0 0.15 244.23 0.68 0.55
Hex 49 3E DA 43 48 0 F F4 44 37
Octal 111 76 332 103 110 0 17 364 104 67
Binary 1001001 111110 11011010 1000011 1001000 0 1111 11110100 1000100 110111

Color Harmonies of #493EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493EDA

Black with #493EDA

Text Example


Text Example

White with #493EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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