Html Css Color HEX #493BBA Free Speech Blue

📋 copy color: '#493BBA'

red 73 ◦ green 59 ◦ blue 186

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

Shades of Free Speech Blue #493BBA

Tints of Free Speech Blue #493BBA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.55%

 BLUE value IS 186 (73.05% from 255) = 58.49%

R = 22.96%
G = 18.55%
B = 58.49%

CMYK

 C value IS 0.61

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#493BBA (or 0x493BBA) is known color: Free Speech Blue. HEX triplet: 49, 3B and BA. RGB value is (73,59,186). Sum of RGB (Red+Green+Blue) = 73+59+186=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #493BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493BBA is #B6C445. Grayscale: #4D4D4D. Windows color (decimal): -11977798 or 12204873. OLE color: 12204873.

HSL color Cylindrical-coordinate representation of color #493BBA: hue angle of 246.61º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #493BBA is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 59 186 -
CMYK 0.61 0.68 0 0.27
HSL 246.61º 0.52% 0.48% -
HSV(B) 246.61º 0.68% 0.73% -
XYZ 13.17 8.09 47.32 -
YUV 77.66 189.14 124.67 -
System Red Green Blue C M Y K H S L
Decimal 73 59 186 0.61 0.68 0 0.27 246.61 0.52 0.48
Hex 49 3B BA 3D 44 0 1B F7 34 30
Octal 111 73 272 75 104 0 33 367 64 60
Binary 1001001 111011 10111010 111101 1000100 0 11011 11110111 110100 110000

Color Harmonies of #493BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493BBA

Black with #493BBA

Text Example


Text Example

White with #493BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,59,186); }

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

background-color css

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

 a { background-color: rgb(73,59,186); }

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

border-color css

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

 span { border-color: rgb(73,59,186); }

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