Html Css Color HEX #493CC0 Free Speech Blue

📋 copy color: '#493CC0'

red 73 ◦ green 60 ◦ blue 192

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

Shades of Free Speech Blue #493CC0

Tints of Free Speech Blue #493CC0

RGB

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

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

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

R = 22.46%
G = 18.46%
B = 59.08%

CMYK

 C value IS 0.62

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#493CC0 (or 0x493CC0) is known color: Free Speech Blue. HEX triplet: 49, 3C and C0. RGB value is (73,60,192). Sum of RGB (Red+Green+Blue) = 73+60+192=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 192 (75.39% from 255 or 59.08% from 325); Max value from RGB is 192 - color contains mainly: blue. Hex color #493CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493CC0 is #B6C33F. Grayscale: #4E4E4E. Windows color (decimal): -11977536 or 12598345. OLE color: 12598345.

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

Color convert

RGB 73 60 192 -
CMYK 0.62 0.69 0 0.25
HSL 245.91º 0.52% 0.49% -
HSV(B) 245.91º 0.69% 0.75% -
XYZ 13.88 8.45 50.77 -
YUV 78.94 191.81 123.77 -
System Red Green Blue C M Y K H S L
Decimal 73 60 192 0.62 0.69 0 0.25 245.91 0.52 0.49
Hex 49 3C C0 3E 45 0 19 F6 34 31
Octal 111 74 300 76 105 0 31 366 64 61
Binary 1001001 111100 11000000 111110 1000101 0 11001 11110110 110100 110001

Color Harmonies of #493CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493CC0

Black with #493CC0

Text Example


Text Example

White with #493CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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