Html Css Color HEX #493EBC Free Speech Blue

📋 copy color: '#493EBC'

red 73 ◦ green 62 ◦ blue 188

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

Shades of Free Speech Blue #493EBC

Tints of Free Speech Blue #493EBC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.2%

 BLUE value IS 188 (73.83% from 255) = 58.2%

R = 22.6%
G = 19.2%
B = 58.2%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#493EBC (or 0x493EBC) is known color: Free Speech Blue. HEX triplet: 49, 3E and BC. RGB value is (73,62,188). Sum of RGB (Red+Green+Blue) = 73+62+188=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #493EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493EBC is #B6C143. Grayscale: #4F4F4F. Windows color (decimal): -11977028 or 12336713. OLE color: 12336713.

HSL color Cylindrical-coordinate representation of color #493EBC: hue angle of 245.24º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #493EBC is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 62 188 -
CMYK 0.61 0.67 0 0.26
HSL 245.24º 0.5% 0.49% -
HSV(B) 245.24º 0.67% 0.74% -
XYZ 13.55 8.49 48.5 -
YUV 79.65 189.14 123.25 -
System Red Green Blue C M Y K H S L
Decimal 73 62 188 0.61 0.67 0 0.26 245.24 0.5 0.49
Hex 49 3E BC 3D 43 0 1A F5 32 31
Octal 111 76 274 75 103 0 32 365 62 61
Binary 1001001 111110 10111100 111101 1000011 0 11010 11110101 110010 110001

Color Harmonies of #493EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493EBC

Black with #493EBC

Text Example


Text Example

White with #493EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,62,188); }

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

background-color css

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

 a { background-color: rgb(73,62,188); }

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

border-color css

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

 span { border-color: rgb(73,62,188); }

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