Html Css Color HEX #493BCD Free Speech Blue

📋 copy color: '#493BCD'

red 73 ◦ green 59 ◦ blue 205

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

Shades of Free Speech Blue #493BCD

Tints of Free Speech Blue #493BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.51%

 BLUE value IS 205 (80.47% from 255) = 60.83%

R = 21.66%
G = 17.51%
B = 60.83%

CMYK

 C value IS 0.64

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#493BCD (or 0x493BCD) is known color: Free Speech Blue. HEX triplet: 49, 3B and CD. RGB value is (73,59,205). Sum of RGB (Red+Green+Blue) = 73+59+205=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #493BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493BCD is #B6C432. Grayscale: #4F4F4F. Windows color (decimal): -11977779 or 13450057. OLE color: 13450057.

HSL color Cylindrical-coordinate representation of color #493BCD: hue angle of 245.75º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #493BCD is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 59 205 -
CMYK 0.64 0.71 0 0.20
HSL 245.75º 0.59% 0.52% -
HSV(B) 245.75º 0.71% 0.8% -
XYZ 15.33 8.95 58.68 -
YUV 79.83 198.64 123.13 -
System Red Green Blue C M Y K H S L
Decimal 73 59 205 0.64 0.71 0 0.20 245.75 0.59 0.52
Hex 49 3B CD 40 47 0 14 F6 3B 34
Octal 111 73 315 100 107 0 24 366 73 64
Binary 1001001 111011 11001101 1000000 1000111 0 10100 11110110 111011 110100

Color Harmonies of #493BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493BCD

Black with #493BCD

Text Example


Text Example

White with #493BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,59,205); }

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

background-color css

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

 a { background-color: rgb(73,59,205); }

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

border-color css

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

 span { border-color: rgb(73,59,205); }

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