Html Css Color HEX #495AB2 Free Speech Blue

📋 copy color: '#495AB2'

red 73 ◦ green 90 ◦ blue 178

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

Shades of Free Speech Blue #495AB2

Tints of Free Speech Blue #495AB2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.39%

 BLUE value IS 178 (69.92% from 255) = 52.2%

R = 21.41%
G = 26.39%
B = 52.2%

CMYK

 C value IS 0.59

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#495AB2 (or 0x495AB2) is known color: Free Speech Blue. HEX triplet: 49, 5A and B2. RGB value is (73,90,178). Sum of RGB (Red+Green+Blue) = 73+90+178=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 178 (69.92% from 255 or 52.20% from 341); Max value from RGB is 178 - color contains mainly: blue. Hex color #495AB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495AB2 is #B6A54D. Grayscale: #5E5E5E. Windows color (decimal): -11969870 or 11688521. OLE color: 11688521.

HSL color Cylindrical-coordinate representation of color #495AB2: hue angle of 230.29º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #495AB2 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 73 90 178 -
CMYK 0.59 0.49 0 0.30
HSL 230.29º 0.42% 0.49% -
HSV(B) 230.29º 0.59% 0.7% -
XYZ 14.44 11.94 43.66 -
YUV 94.95 174.87 112.34 -
System Red Green Blue C M Y K H S L
Decimal 73 90 178 0.59 0.49 0 0.30 230.29 0.42 0.49
Hex 49 5A B2 3B 31 0 1E E6 2A 31
Octal 111 132 262 73 61 0 36 346 52 61
Binary 1001001 1011010 10110010 111011 110001 0 11110 11100110 101010 110001

Color Harmonies of #495AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495AB2

Black with #495AB2

Text Example


Text Example

White with #495AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495AB2; }

 p { color: rgb(73,90,178); }

 H1.HeaderClassName
 {
   color: #495AB2;
 }
 .AnyTagClassName
 {
   color: #495AB2;
 }
</style>

background-color css

<style>
 a { background-color: #495AB2; }

 a { background-color: rgb(73,90,178); }

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

border-color css

<style>
 span { border-color: #495AB2; }

 span { border-color: rgb(73,90,178); }

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