Html Css Color HEX #493DC0 Free Speech Blue

📋 copy color: '#493DC0'

red 73 ◦ green 61 ◦ blue 192

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

Shades of Free Speech Blue #493DC0

Tints of Free Speech Blue #493DC0

RGB

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

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

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

R = 22.39%
G = 18.71%
B = 58.9%

CMYK

 C value IS 0.62

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#493DC0 (or 0x493DC0) is known color: Free Speech Blue. HEX triplet: 49, 3D and C0. RGB value is (73,61,192). Sum of RGB (Red+Green+Blue) = 73+61+192=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 61 (24.22% from 255 or 18.71% from 326); Blue value is 192 (75.39% from 255 or 58.90% from 326); Max value from RGB is 192 - color contains mainly: blue. Hex color #493DC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493DC0 is #B6C23F. Grayscale: #4F4F4F. Windows color (decimal): -11977280 or 12598601. OLE color: 12598601.

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

Color convert

RGB 73 61 192 -
CMYK 0.62 0.68 0 0.25
HSL 245.5º 0.52% 0.5% -
HSV(B) 245.5º 0.68% 0.75% -
XYZ 13.93 8.56 50.79 -
YUV 79.52 191.48 123.35 -
System Red Green Blue C M Y K H S L
Decimal 73 61 192 0.62 0.68 0 0.25 245.5 0.52 0.5
Hex 49 3D C0 3E 44 0 19 F5 34 32
Octal 111 75 300 76 104 0 31 365 64 62
Binary 1001001 111101 11000000 111110 1000100 0 11001 11110101 110100 110010

Color Harmonies of #493DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493DC0

Black with #493DC0

Text Example


Text Example

White with #493DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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