Html Css Color HEX #493ECC Free Speech Blue

📋 copy color: '#493ECC'

red 73 ◦ green 62 ◦ blue 204

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

Shades of Free Speech Blue #493ECC

Tints of Free Speech Blue #493ECC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.29%

 BLUE value IS 204 (80.08% from 255) = 60.18%

R = 21.53%
G = 18.29%
B = 60.18%

CMYK

 C value IS 0.64

 M value IS 0.70

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#493ECC (or 0x493ECC) is known color: Free Speech Blue. HEX triplet: 49, 3E and CC. RGB value is (73,62,204). Sum of RGB (Red+Green+Blue) = 73+62+204=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #493ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493ECC is #B6C133. Grayscale: #505050. Windows color (decimal): -11977012 or 13385289. OLE color: 13385289.

HSL color Cylindrical-coordinate representation of color #493ECC: hue angle of 244.65º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #493ECC is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 62 204 -
CMYK 0.64 0.70 0 0.2
HSL 244.65º 0.58% 0.52% -
HSV(B) 244.65º 0.7% 0.8% -
XYZ 15.37 9.22 58.1 -
YUV 81.48 197.14 121.95 -
System Red Green Blue C M Y K H S L
Decimal 73 62 204 0.64 0.70 0 0.2 244.65 0.58 0.52
Hex 49 3E CC 40 46 0 14 F5 3A 34
Octal 111 76 314 100 106 0 24 365 72 64
Binary 1001001 111110 11001100 1000000 1000110 0 10100 11110101 111010 110100

Color Harmonies of #493ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493ECC

Black with #493ECC

Text Example


Text Example

White with #493ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,62,204); }

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

background-color css

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

 a { background-color: rgb(73,62,204); }

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

border-color css

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

 span { border-color: rgb(73,62,204); }

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