Html Css Color HEX #493DD8 Free Speech Blue

📋 copy color: '#493DD8'

red 73 ◦ green 61 ◦ blue 216

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

Shades of Free Speech Blue #493DD8

Tints of Free Speech Blue #493DD8

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.43%

 BLUE value IS 216 (84.77% from 255) = 61.71%

R = 20.86%
G = 17.43%
B = 61.71%

CMYK

 C value IS 0.66

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#493DD8 (or 0x493DD8) is known color: Free Speech Blue. HEX triplet: 49, 3D and D8. RGB value is (73,61,216). Sum of RGB (Red+Green+Blue) = 73+61+216=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 61 (24.22% from 255 or 17.43% from 350); Blue value is 216 (84.77% from 255 or 61.71% from 350); Max value from RGB is 216 - color contains mainly: blue. Hex color #493DD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493DD8 is #B6C227. Grayscale: #515151. Windows color (decimal): -11977256 or 14171465. OLE color: 14171465.

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

Color convert

RGB 73 61 216 -
CMYK 0.66 0.72 0 0.15
HSL 244.65º 0.67% 0.54% -
HSV(B) 244.65º 0.72% 0.85% -
XYZ 16.81 9.71 65.95 -
YUV 82.26 203.48 121.4 -
System Red Green Blue C M Y K H S L
Decimal 73 61 216 0.66 0.72 0 0.15 244.65 0.67 0.54
Hex 49 3D D8 42 48 0 F F5 43 36
Octal 111 75 330 102 110 0 17 365 103 66
Binary 1001001 111101 11011000 1000010 1001000 0 1111 11110101 1000011 110110

Color Harmonies of #493DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493DD8

Black with #493DD8

Text Example


Text Example

White with #493DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,61,216); }

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

background-color css

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

 a { background-color: rgb(73,61,216); }

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

border-color css

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

 span { border-color: rgb(73,61,216); }

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