Html Css Color HEX #495ABB Free Speech Blue

📋 copy color: '#495ABB'

red 73 ◦ green 90 ◦ blue 187

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

Shades of Free Speech Blue #495ABB

Tints of Free Speech Blue #495ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.43%

R = 20.86%
G = 25.71%
B = 53.43%

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

#495ABB (or 0x495ABB) is known color: Free Speech Blue. HEX triplet: 49, 5A and BB. RGB value is (73,90,187). Sum of RGB (Red+Green+Blue) = 73+90+187=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #495ABB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #495ABB is #B6A544. Grayscale: #5F5F5F. Windows color (decimal): -11969861 or 12278345. OLE color: 12278345.

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

Color convert

RGB 73 90 187 -
CMYK 0.61 0.52 0 0.27
HSL 231.05º 0.46% 0.51% -
HSV(B) 231.05º 0.61% 0.73% -
XYZ 15.37 12.32 48.58 -
YUV 95.98 179.37 111.61 -
System Red Green Blue C M Y K H S L
Decimal 73 90 187 0.61 0.52 0 0.27 231.05 0.46 0.51
Hex 49 5A BB 3D 34 0 1B E7 2E 33
Octal 111 132 273 75 64 0 33 347 56 63
Binary 1001001 1011010 10111011 111101 110100 0 11011 11100111 101110 110011

Color Harmonies of #495ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495ABB

Black with #495ABB

Text Example


Text Example

White with #495ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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