Html Css Color HEX #495ABA Free Speech Blue

📋 copy color: '#495ABA'

red 73 ◦ green 90 ◦ blue 186

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

Shades of Free Speech Blue #495ABA

Tints of Free Speech Blue #495ABA

RGB

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

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

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

R = 20.92%
G = 25.79%
B = 53.3%

CMYK

 C value IS 0.61

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#495ABA (or 0x495ABA) is known color: Free Speech Blue. HEX triplet: 49, 5A and BA. RGB value is (73,90,186). Sum of RGB (Red+Green+Blue) = 73+90+186=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #495ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495ABA is #B6A545. Grayscale: #5F5F5F. Windows color (decimal): -11969862 or 12212809. OLE color: 12212809.

HSL color Cylindrical-coordinate representation of color #495ABA: hue angle of 230.97º 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 #495ABA is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 90 186 -
CMYK 0.61 0.52 0 0.27
HSL 230.97º 0.45% 0.51% -
HSV(B) 230.97º 0.61% 0.73% -
XYZ 15.27 12.27 48.02 -
YUV 95.86 178.87 111.69 -
System Red Green Blue C M Y K H S L
Decimal 73 90 186 0.61 0.52 0 0.27 230.97 0.45 0.51
Hex 49 5A BA 3D 34 0 1B E7 2D 33
Octal 111 132 272 75 64 0 33 347 55 63
Binary 1001001 1011010 10111010 111101 110100 0 11011 11100111 101101 110011

Color Harmonies of #495ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495ABA

Black with #495ABA

Text Example


Text Example

White with #495ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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