Html Css Color HEX #493FC0 Free Speech Blue

📋 copy color: '#493FC0'

red 73 ◦ green 63 ◦ blue 192

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

Shades of Free Speech Blue #493FC0

Tints of Free Speech Blue #493FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 58.54%

R = 22.26%
G = 19.21%
B = 58.54%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#493FC0 (or 0x493FC0) is known color: Free Speech Blue. HEX triplet: 49, 3F and C0. RGB value is (73,63,192). Sum of RGB (Red+Green+Blue) = 73+63+192=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 63 (25% from 255 or 19.21% from 328); Blue value is 192 (75.39% from 255 or 58.54% from 328); Max value from RGB is 192 - color contains mainly: blue. Hex color #493FC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493FC0 is #B6C03F. Grayscale: #505050. Windows color (decimal): -11976768 or 12599113. OLE color: 12599113.

HSL color Cylindrical-coordinate representation of color #493FC0: hue angle of 244.65º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #493FC0 is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 63 192 -
CMYK 0.62 0.67 0 0.25
HSL 244.65º 0.51% 0.5% -
HSV(B) 244.65º 0.67% 0.75% -
XYZ 14.04 8.78 50.82 -
YUV 80.7 190.81 122.51 -
System Red Green Blue C M Y K H S L
Decimal 73 63 192 0.62 0.67 0 0.25 244.65 0.51 0.5
Hex 49 3F C0 3E 43 0 19 F5 33 32
Octal 111 77 300 76 103 0 31 365 63 62
Binary 1001001 111111 11000000 111110 1000011 0 11001 11110101 110011 110010

Color Harmonies of #493FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493FC0

Black with #493FC0

Text Example


Text Example

White with #493FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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