Html Css Color HEX #493BDA Free Speech Blue

📋 copy color: '#493BDA'

red 73 ◦ green 59 ◦ blue 218

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

Shades of Free Speech Blue #493BDA

Tints of Free Speech Blue #493BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.86%

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

R = 20.86%
G = 16.86%
B = 62.29%

CMYK

 C value IS 0.67

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#493BDA (or 0x493BDA) is known color: Free Speech Blue. HEX triplet: 49, 3B and DA. RGB value is (73,59,218). Sum of RGB (Red+Green+Blue) = 73+59+218=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 59 (23.44% from 255 or 16.86% from 350); Blue value is 218 (85.55% from 255 or 62.29% from 350); Max value from RGB is 218 - color contains mainly: blue. Hex color #493BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493BDA is #B6C425. Grayscale: #505050. Windows color (decimal): -11977766 or 14302025. OLE color: 14302025.

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

Color convert

RGB 73 59 218 -
CMYK 0.67 0.73 0 0.15
HSL 245.28º 0.68% 0.54% -
HSV(B) 245.28º 0.73% 0.85% -
XYZ 16.97 9.61 67.29 -
YUV 81.31 205.14 122.07 -
System Red Green Blue C M Y K H S L
Decimal 73 59 218 0.67 0.73 0 0.15 245.28 0.68 0.54
Hex 49 3B DA 43 49 0 F F5 44 36
Octal 111 73 332 103 111 0 17 365 104 66
Binary 1001001 111011 11011010 1000011 1001001 0 1111 11110101 1000100 110110

Color Harmonies of #493BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493BDA

Black with #493BDA

Text Example


Text Example

White with #493BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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