Html Css Color HEX #493CBC Free Speech Blue

📋 copy color: '#493CBC'

red 73 ◦ green 60 ◦ blue 188

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

Shades of Free Speech Blue #493CBC

Tints of Free Speech Blue #493CBC

RGB

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

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

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

R = 22.74%
G = 18.69%
B = 58.57%

CMYK

 C value IS 0.61

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#493CBC (or 0x493CBC) is known color: Free Speech Blue. HEX triplet: 49, 3C and BC. RGB value is (73,60,188). Sum of RGB (Red+Green+Blue) = 73+60+188=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #493CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493CBC is #B6C343. Grayscale: #4D4D4D. Windows color (decimal): -11977540 or 12336201. OLE color: 12336201.

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

Color convert

RGB 73 60 188 -
CMYK 0.61 0.68 0 0.26
HSL 246.09º 0.52% 0.49% -
HSV(B) 246.09º 0.68% 0.74% -
XYZ 13.44 8.28 48.47 -
YUV 78.48 189.81 124.09 -
System Red Green Blue C M Y K H S L
Decimal 73 60 188 0.61 0.68 0 0.26 246.09 0.52 0.49
Hex 49 3C BC 3D 44 0 1A F6 34 31
Octal 111 74 274 75 104 0 32 366 64 61
Binary 1001001 111100 10111100 111101 1000100 0 11010 11110110 110100 110001

Color Harmonies of #493CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493CBC

Black with #493CBC

Text Example


Text Example

White with #493CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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