Html Css Color HEX #493DBB Free Speech Blue

📋 copy color: '#493DBB'

red 73 ◦ green 61 ◦ blue 187

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

Shades of Free Speech Blue #493DBB

Tints of Free Speech Blue #493DBB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19%

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

R = 22.74%
G = 19%
B = 58.26%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#493DBB (or 0x493DBB) is known color: Free Speech Blue. HEX triplet: 49, 3D and BB. RGB value is (73,61,187). Sum of RGB (Red+Green+Blue) = 73+61+187=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 187 (73.44% from 255 or 58.26% from 321); Max value from RGB is 187 - color contains mainly: blue. Hex color #493DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493DBB is #B6C244. Grayscale: #4E4E4E. Windows color (decimal): -11977285 or 12270921. OLE color: 12270921.

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

Color convert

RGB 73 61 187 -
CMYK 0.61 0.67 0 0.27
HSL 245.71º 0.51% 0.49% -
HSV(B) 245.71º 0.67% 0.73% -
XYZ 13.39 8.34 47.92 -
YUV 78.95 188.98 123.75 -
System Red Green Blue C M Y K H S L
Decimal 73 61 187 0.61 0.67 0 0.27 245.71 0.51 0.49
Hex 49 3D BB 3D 43 0 1B F6 33 31
Octal 111 75 273 75 103 0 33 366 63 61
Binary 1001001 111101 10111011 111101 1000011 0 11011 11110110 110011 110001

Color Harmonies of #493DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493DBB

Black with #493DBB

Text Example


Text Example

White with #493DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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