Html Css Color HEX #493DCE Free Speech Blue

📋 copy color: '#493DCE'

red 73 ◦ green 61 ◦ blue 206

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

Shades of Free Speech Blue #493DCE

Tints of Free Speech Blue #493DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.59%

R = 21.47%
G = 17.94%
B = 60.59%

CMYK

 C value IS 0.65

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#493DCE (or 0x493DCE) is known color: Free Speech Blue. HEX triplet: 49, 3D and CE. RGB value is (73,61,206). Sum of RGB (Red+Green+Blue) = 73+61+206=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #493DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493DCE is #B6C231. Grayscale: #505050. Windows color (decimal): -11977266 or 13516105. OLE color: 13516105.

HSL color Cylindrical-coordinate representation of color #493DCE: hue angle of 244.97º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #493DCE is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 61 206 -
CMYK 0.65 0.70 0 0.19
HSL 244.97º 0.6% 0.52% -
HSV(B) 244.97º 0.7% 0.81% -
XYZ 15.56 9.21 59.35 -
YUV 81.12 198.48 122.21 -
System Red Green Blue C M Y K H S L
Decimal 73 61 206 0.65 0.70 0 0.19 244.97 0.6 0.52
Hex 49 3D CE 41 46 0 13 F5 3C 34
Octal 111 75 316 101 106 0 23 365 74 64
Binary 1001001 111101 11001110 1000001 1000110 0 10011 11110101 111100 110100

Color Harmonies of #493DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493DCE

Black with #493DCE

Text Example


Text Example

White with #493DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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