Html Css Color HEX #493FDA Free Speech Blue

📋 copy color: '#493FDA'

red 73 ◦ green 63 ◦ blue 218

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

Shades of Free Speech Blue #493FDA

Tints of Free Speech Blue #493FDA

RGB

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

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

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

R = 20.62%
G = 17.8%
B = 61.58%

CMYK

 C value IS 0.67

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#493FDA (or 0x493FDA) is known color: Free Speech Blue. HEX triplet: 49, 3F and DA. RGB value is (73,63,218). Sum of RGB (Red+Green+Blue) = 73+63+218=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 218 (85.55% from 255 or 61.58% from 354); Max value from RGB is 218 - color contains mainly: blue. Hex color #493FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493FDA is #B6C025. Grayscale: #535353. Windows color (decimal): -11976742 or 14303049. OLE color: 14303049.

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

Color convert

RGB 73 63 218 -
CMYK 0.67 0.71 0 0.15
HSL 243.87º 0.68% 0.55% -
HSV(B) 243.87º 0.71% 0.85% -
XYZ 17.18 10.03 67.36 -
YUV 83.66 203.81 120.4 -
System Red Green Blue C M Y K H S L
Decimal 73 63 218 0.67 0.71 0 0.15 243.87 0.68 0.55
Hex 49 3F DA 43 47 0 F F4 44 37
Octal 111 77 332 103 107 0 17 364 104 67
Binary 1001001 111111 11011010 1000011 1000111 0 1111 11110100 1000100 110111

Color Harmonies of #493FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493FDA

Black with #493FDA

Text Example


Text Example

White with #493FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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