Html Css Color HEX #496ABA Free Speech Blue

📋 copy color: '#496ABA'

red 73 ◦ green 106 ◦ blue 186

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

Shades of Free Speech Blue #496ABA

Tints of Free Speech Blue #496ABA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.04%

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

R = 20%
G = 29.04%
B = 50.96%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#496ABA (or 0x496ABA) is known color: Free Speech Blue. HEX triplet: 49, 6A and BA. RGB value is (73,106,186). Sum of RGB (Red+Green+Blue) = 73+106+186=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #496ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496ABA is #B69545. Grayscale: #686868. Windows color (decimal): -11965766 or 12216905. OLE color: 12216905.

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

Color convert

RGB 73 106 186 -
CMYK 0.61 0.43 0 0.27
HSL 222.48º 0.45% 0.51% -
HSV(B) 222.48º 0.61% 0.73% -
XYZ 16.76 15.27 48.52 -
YUV 105.25 173.57 105 -
System Red Green Blue C M Y K H S L
Decimal 73 106 186 0.61 0.43 0 0.27 222.48 0.45 0.51
Hex 49 6A BA 3D 2B 0 1B DE 2D 33
Octal 111 152 272 75 53 0 33 336 55 63
Binary 1001001 1101010 10111010 111101 101011 0 11011 11011110 101101 110011

Color Harmonies of #496ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496ABA

Black with #496ABA

Text Example


Text Example

White with #496ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496ABA; }

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

 H1.HeaderClassName
 {
   color: #496ABA;
 }
 .AnyTagClassName
 {
   color: #496ABA;
 }
</style>

background-color css

<style>
 a { background-color: #496ABA; }

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

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

border-color css

<style>
 span { border-color: #496ABA; }

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

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