Html Css Color HEX #495889 Chambray

📋 copy color: '#495889'

red 73 ◦ green 88 ◦ blue 137

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

Shades of Chambray #495889

Tints of Chambray #495889

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.53%

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

R = 24.5%
G = 29.53%
B = 45.97%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#495889 (or 0x495889) is known color: Chambray. HEX triplet: 49, 58 and 89. RGB value is (73,88,137). Sum of RGB (Red+Green+Blue) = 73+88+137=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 137 (53.91% from 255 or 45.97% from 298); Max value from RGB is 137 - color contains mainly: blue. Hex color #495889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495889 is #B6A776. Grayscale: #585858. Windows color (decimal): -11970423 or 9001033. OLE color: 9001033.

HSL color Cylindrical-coordinate representation of color #495889: hue angle of 225.94º 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 #495889 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 88 137 -
CMYK 0.47 0.36 0 0.46
HSL 225.94º 0.3% 0.41% -
HSV(B) 225.94º 0.47% 0.54% -
XYZ 10.75 10.2 25.07 -
YUV 89.1 155.03 116.52 -
System Red Green Blue C M Y K H S L
Decimal 73 88 137 0.47 0.36 0 0.46 225.94 0.3 0.41
Hex 49 58 89 2F 24 0 2E E2 1E 29
Octal 111 130 211 57 44 0 56 342 36 51
Binary 1001001 1011000 10001001 101111 100100 0 101110 11100010 11110 101001

Color Harmonies of #495889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495889

Black with #495889

Text Example


Text Example

White with #495889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495889; }

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

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

background-color css

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

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

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

border-color css

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

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

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