Html Css Color HEX #493CBB Free Speech Blue

📋 copy color: '#493CBB'

red 73 ◦ green 60 ◦ blue 187

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

Shades of Free Speech Blue #493CBB

Tints of Free Speech Blue #493CBB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.75%

 BLUE value IS 187 (73.44% from 255) = 58.44%

R = 22.81%
G = 18.75%
B = 58.44%

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

#493CBB (or 0x493CBB) is known color: Free Speech Blue. HEX triplet: 49, 3C and BB. RGB value is (73,60,187). Sum of RGB (Red+Green+Blue) = 73+60+187=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #493CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493CBB is #B6C344. Grayscale: #4D4D4D. Windows color (decimal): -11977541 or 12270665. OLE color: 12270665.

HSL color Cylindrical-coordinate representation of color #493CBB: hue angle of 246.14º degrees, saturation: 0.51, 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 #493CBB is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 60 187 -
CMYK 0.61 0.68 0 0.27
HSL 246.14º 0.51% 0.48% -
HSV(B) 246.14º 0.68% 0.73% -
XYZ 13.33 8.24 47.9 -
YUV 78.37 189.31 124.17 -
System Red Green Blue C M Y K H S L
Decimal 73 60 187 0.61 0.68 0 0.27 246.14 0.51 0.48
Hex 49 3C BB 3D 44 0 1B F6 33 30
Octal 111 74 273 75 104 0 33 366 63 60
Binary 1001001 111100 10111011 111101 1000100 0 11011 11110110 110011 110000

Color Harmonies of #493CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493CBB

Black with #493CBB

Text Example


Text Example

White with #493CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,60,187); }

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

background-color css

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

 a { background-color: rgb(73,60,187); }

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

border-color css

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

 span { border-color: rgb(73,60,187); }

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