Html Css Color HEX #495A89 Chambray

📋 copy color: '#495A89'

red 73 ◦ green 90 ◦ blue 137

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

Shades of Chambray #495A89

Tints of Chambray #495A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 45.67%

R = 24.33%
G = 30%
B = 45.67%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#495A89 (or 0x495A89) is known color: Chambray. HEX triplet: 49, 5A and 89. RGB value is (73,90,137). Sum of RGB (Red+Green+Blue) = 73+90+137=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 137 - color contains mainly: blue. Hex color #495A89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495A89 is #B6A576. Grayscale: #5A5A5A. Windows color (decimal): -11969911 or 9001545. OLE color: 9001545.

HSL color Cylindrical-coordinate representation of color #495A89: hue angle of 224.06º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #495A89 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 90 137 -
CMYK 0.47 0.34 0 0.46
HSL 224.06º 0.3% 0.41% -
HSV(B) 224.06º 0.47% 0.54% -
XYZ 10.92 10.53 25.12 -
YUV 90.28 154.37 115.68 -
System Red Green Blue C M Y K H S L
Decimal 73 90 137 0.47 0.34 0 0.46 224.06 0.3 0.41
Hex 49 5A 89 2F 22 0 2E E0 1E 29
Octal 111 132 211 57 42 0 56 340 36 51
Binary 1001001 1011010 10001001 101111 100010 0 101110 11100000 11110 101001

Color Harmonies of #495A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495A89

Black with #495A89

Text Example


Text Example

White with #495A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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