Html Css Color HEX #493FCE Free Speech Blue

📋 copy color: '#493FCE'

red 73 ◦ green 63 ◦ blue 206

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

Shades of Free Speech Blue #493FCE

Tints of Free Speech Blue #493FCE

RGB

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

 GREEN value IS 63 (25% from 255) = 18.42%

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

R = 21.35%
G = 18.42%
B = 60.23%

CMYK

 C value IS 0.65

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#493FCE (or 0x493FCE) is known color: Free Speech Blue. HEX triplet: 49, 3F and CE. RGB value is (73,63,206). Sum of RGB (Red+Green+Blue) = 73+63+206=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 206 (80.86% from 255 or 60.23% from 342); Max value from RGB is 206 - color contains mainly: blue. Hex color #493FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493FCE is #B6C031. Grayscale: #515151. Windows color (decimal): -11976754 or 13516617. OLE color: 13516617.

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

Color convert

RGB 73 63 206 -
CMYK 0.65 0.69 0 0.19
HSL 244.2º 0.59% 0.53% -
HSV(B) 244.2º 0.69% 0.81% -
XYZ 15.67 9.43 59.39 -
YUV 82.29 197.81 121.37 -
System Red Green Blue C M Y K H S L
Decimal 73 63 206 0.65 0.69 0 0.19 244.2 0.59 0.53
Hex 49 3F CE 41 45 0 13 F4 3B 35
Octal 111 77 316 101 105 0 23 364 73 65
Binary 1001001 111111 11001110 1000001 1000101 0 10011 11110100 111011 110101

Color Harmonies of #493FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493FCE

Black with #493FCE

Text Example


Text Example

White with #493FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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