Html Css Color HEX #493ACF Free Speech Blue

📋 copy color: '#493ACF'

red 73 ◦ green 58 ◦ blue 207

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

Shades of Free Speech Blue #493ACF

Tints of Free Speech Blue #493ACF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.16%

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

R = 21.6%
G = 17.16%
B = 61.24%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#493ACF (or 0x493ACF) is known color: Free Speech Blue. HEX triplet: 49, 3A and CF. RGB value is (73,58,207). Sum of RGB (Red+Green+Blue) = 73+58+207=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 207 (81.25% from 255 or 61.24% from 338); Max value from RGB is 207 - color contains mainly: blue. Hex color #493ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493ACF is #B6C530. Grayscale: #4E4E4E. Windows color (decimal): -11978033 or 13580873. OLE color: 13580873.

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

Color convert

RGB 73 58 207 -
CMYK 0.65 0.72 0 0.19
HSL 246.04º 0.61% 0.52% -
HSV(B) 246.04º 0.72% 0.81% -
XYZ 15.52 8.95 59.94 -
YUV 79.47 199.97 123.38 -
System Red Green Blue C M Y K H S L
Decimal 73 58 207 0.65 0.72 0 0.19 246.04 0.61 0.52
Hex 49 3A CF 41 48 0 13 F6 3D 34
Octal 111 72 317 101 110 0 23 366 75 64
Binary 1001001 111010 11001111 1000001 1001000 0 10011 11110110 111101 110100

Color Harmonies of #493ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493ACF

Black with #493ACF

Text Example


Text Example

White with #493ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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