Html Css Color HEX #495AAC Rich Blue

📋 copy color: '#495AAC'

red 73 ◦ green 90 ◦ blue 172

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

Shades of Rich Blue #495AAC

Tints of Rich Blue #495AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.34%

R = 21.79%
G = 26.87%
B = 51.34%

CMYK

 C value IS 0.58

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#495AAC (or 0x495AAC) is known color: Rich Blue. HEX triplet: 49, 5A and AC. RGB value is (73,90,172). Sum of RGB (Red+Green+Blue) = 73+90+172=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 172 (67.58% from 255 or 51.34% from 335); Max value from RGB is 172 - color contains mainly: blue. Hex color #495AAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495AAC is #B6A553. Grayscale: #5D5D5D. Windows color (decimal): -11969876 or 11295305. OLE color: 11295305.

HSL color Cylindrical-coordinate representation of color #495AAC: hue angle of 229.7º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #495AAC is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 90 172 -
CMYK 0.58 0.48 0 0.33
HSL 229.7º 0.4% 0.48% -
HSV(B) 229.7º 0.58% 0.67% -
XYZ 13.85 11.71 40.56 -
YUV 94.27 171.87 112.83 -
System Red Green Blue C M Y K H S L
Decimal 73 90 172 0.58 0.48 0 0.33 229.7 0.4 0.48
Hex 49 5A AC 3A 30 0 21 E6 28 30
Octal 111 132 254 72 60 0 41 346 50 60
Binary 1001001 1011010 10101100 111010 110000 0 100001 11100110 101000 110000

Color Harmonies of #495AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495AAC

Black with #495AAC

Text Example


Text Example

White with #495AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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