Html Css Color HEX #495ABE Free Speech Blue

📋 copy color: '#495ABE'

red 73 ◦ green 90 ◦ blue 190

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

Shades of Free Speech Blue #495ABE

Tints of Free Speech Blue #495ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.82%

R = 20.68%
G = 25.5%
B = 53.82%

CMYK

 C value IS 0.62

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#495ABE (or 0x495ABE) is known color: Free Speech Blue. HEX triplet: 49, 5A and BE. RGB value is (73,90,190). Sum of RGB (Red+Green+Blue) = 73+90+190=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #495ABE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495ABE is #B6A541. Grayscale: #5F5F5F. Windows color (decimal): -11969858 or 12474953. OLE color: 12474953.

HSL color Cylindrical-coordinate representation of color #495ABE: hue angle of 231.28º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #495ABE is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 90 190 -
CMYK 0.62 0.53 0 0.25
HSL 231.28º 0.47% 0.52% -
HSV(B) 231.28º 0.62% 0.75% -
XYZ 15.7 12.45 50.29 -
YUV 96.32 180.87 111.37 -
System Red Green Blue C M Y K H S L
Decimal 73 90 190 0.62 0.53 0 0.25 231.28 0.47 0.52
Hex 49 5A BE 3E 35 0 19 E7 2F 34
Octal 111 132 276 76 65 0 31 347 57 64
Binary 1001001 1011010 10111110 111110 110101 0 11001 11100111 101111 110100

Color Harmonies of #495ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495ABE

Black with #495ABE

Text Example


Text Example

White with #495ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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