Html Css Color HEX #493CCF Free Speech Blue

📋 copy color: '#493CCF'

red 73 ◦ green 60 ◦ blue 207

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

Shades of Free Speech Blue #493CCF

Tints of Free Speech Blue #493CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 60.88%

R = 21.47%
G = 17.65%
B = 60.88%

CMYK

 C value IS 0.65

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#493CCF (or 0x493CCF) is known color: Free Speech Blue. HEX triplet: 49, 3C and CF. RGB value is (73,60,207). Sum of RGB (Red+Green+Blue) = 73+60+207=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #493CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493CCF is #B6C330. Grayscale: #505050. Windows color (decimal): -11977521 or 13581385. OLE color: 13581385.

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

Color convert

RGB 73 60 207 -
CMYK 0.65 0.71 0 0.19
HSL 245.31º 0.6% 0.52% -
HSV(B) 245.31º 0.71% 0.81% -
XYZ 15.63 9.15 59.97 -
YUV 80.65 199.31 122.55 -
System Red Green Blue C M Y K H S L
Decimal 73 60 207 0.65 0.71 0 0.19 245.31 0.6 0.52
Hex 49 3C CF 41 47 0 13 F5 3C 34
Octal 111 74 317 101 107 0 23 365 74 64
Binary 1001001 111100 11001111 1000001 1000111 0 10011 11110101 111100 110100

Color Harmonies of #493CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493CCF

Black with #493CCF

Text Example


Text Example

White with #493CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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