Html Css Color HEX #493FDB Free Speech Blue

📋 copy color: '#493FDB'

red 73 ◦ green 63 ◦ blue 219

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

Shades of Free Speech Blue #493FDB

Tints of Free Speech Blue #493FDB

RGB

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

 GREEN value IS 63 (25% from 255) = 17.75%

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

R = 20.56%
G = 17.75%
B = 61.69%

CMYK

 C value IS 0.67

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#493FDB (or 0x493FDB) is known color: Free Speech Blue. HEX triplet: 49, 3F and DB. RGB value is (73,63,219). Sum of RGB (Red+Green+Blue) = 73+63+219=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #493FDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493FDB is #B6C024. Grayscale: #535353. Windows color (decimal): -11976741 or 14368585. OLE color: 14368585.

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

Color convert

RGB 73 63 219 -
CMYK 0.67 0.71 0 0.14
HSL 243.85º 0.68% 0.55% -
HSV(B) 243.85º 0.71% 0.86% -
XYZ 17.31 10.09 68.05 -
YUV 83.77 204.31 120.32 -
System Red Green Blue C M Y K H S L
Decimal 73 63 219 0.67 0.71 0 0.14 243.85 0.68 0.55
Hex 49 3F DB 43 47 0 E F4 44 37
Octal 111 77 333 103 107 0 16 364 104 67
Binary 1001001 111111 11011011 1000011 1000111 0 1110 11110100 1000100 110111

Color Harmonies of #493FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493FDB

Black with #493FDB

Text Example


Text Example

White with #493FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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