Html Css Color HEX #493CDB Free Speech Blue

📋 copy color: '#493CDB'

red 73 ◦ green 60 ◦ blue 219

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

Shades of Free Speech Blue #493CDB

Tints of Free Speech Blue #493CDB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.05%

 BLUE value IS 219 (85.94% from 255) = 62.22%

R = 20.74%
G = 17.05%
B = 62.22%

CMYK

 C value IS 0.67

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#493CDB (or 0x493CDB) is known color: Free Speech Blue. HEX triplet: 49, 3C and DB. RGB value is (73,60,219). Sum of RGB (Red+Green+Blue) = 73+60+219=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #493CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493CDB is #B6C324. Grayscale: #515151. Windows color (decimal): -11977509 or 14367817. OLE color: 14367817.

HSL color Cylindrical-coordinate representation of color #493CDB: hue angle of 244.91º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #493CDB is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 60 219 -
CMYK 0.67 0.73 0 0.14
HSL 244.91º 0.69% 0.55% -
HSV(B) 244.91º 0.73% 0.86% -
XYZ 17.15 9.76 68 -
YUV 82.01 205.31 121.57 -
System Red Green Blue C M Y K H S L
Decimal 73 60 219 0.67 0.73 0 0.14 244.91 0.69 0.55
Hex 49 3C DB 43 49 0 E F5 45 37
Octal 111 74 333 103 111 0 16 365 105 67
Binary 1001001 111100 11011011 1000011 1001001 0 1110 11110101 1000101 110111

Color Harmonies of #493CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493CDB

Black with #493CDB

Text Example


Text Example

White with #493CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,60,219); }

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

background-color css

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

 a { background-color: rgb(73,60,219); }

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

border-color css

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

 span { border-color: rgb(73,60,219); }

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