Html Css Color HEX #493FCC Free Speech Blue

📋 copy color: '#493FCC'

red 73 ◦ green 63 ◦ blue 204

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

Shades of Free Speech Blue #493FCC

Tints of Free Speech Blue #493FCC

RGB

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

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

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

R = 21.47%
G = 18.53%
B = 60%

CMYK

 C value IS 0.64

 M value IS 0.69

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#493FCC (or 0x493FCC) is known color: Free Speech Blue. HEX triplet: 49, 3F and CC. RGB value is (73,63,204). Sum of RGB (Red+Green+Blue) = 73+63+204=340 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.47% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #493FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493FCC is #B6C033. Grayscale: #515151. Windows color (decimal): -11976756 or 13385545. OLE color: 13385545.

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

Color convert

RGB 73 63 204 -
CMYK 0.64 0.69 0 0.2
HSL 244.26º 0.58% 0.52% -
HSV(B) 244.26º 0.69% 0.8% -
XYZ 15.42 9.33 58.11 -
YUV 82.06 196.81 121.54 -
System Red Green Blue C M Y K H S L
Decimal 73 63 204 0.64 0.69 0 0.2 244.26 0.58 0.52
Hex 49 3F CC 40 45 0 14 F4 3A 34
Octal 111 77 314 100 105 0 24 364 72 64
Binary 1001001 111111 11001100 1000000 1000101 0 10100 11110100 111010 110100

Color Harmonies of #493FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493FCC

Black with #493FCC

Text Example


Text Example

White with #493FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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