Html Css Color HEX #495985 Chambray

📋 copy color: '#495985'

red 73 ◦ green 89 ◦ blue 133

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

Shades of Chambray #495985

Tints of Chambray #495985

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.17%

 BLUE value IS 133 (52.34% from 255) = 45.08%

R = 24.75%
G = 30.17%
B = 45.08%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#495985 (or 0x495985) is known color: Chambray. HEX triplet: 49, 59 and 85. RGB value is (73,89,133). Sum of RGB (Red+Green+Blue) = 73+89+133=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #495985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495985 is #B6A67A. Grayscale: #595959. Windows color (decimal): -11970171 or 8739145. OLE color: 8739145.

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

Color convert

RGB 73 89 133 -
CMYK 0.45 0.33 0 0.48
HSL 224º 0.29% 0.4% -
HSV(B) 224º 0.45% 0.52% -
XYZ 10.55 10.25 23.61 -
YUV 89.23 152.7 116.42 -
System Red Green Blue C M Y K H S L
Decimal 73 89 133 0.45 0.33 0 0.48 224 0.29 0.4
Hex 49 59 85 2D 21 0 30 E0 1D 28
Octal 111 131 205 55 41 0 60 340 35 50
Binary 1001001 1011001 10000101 101101 100001 0 110000 11100000 11101 101000

Color Harmonies of #495985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495985

Black with #495985

Text Example


Text Example

White with #495985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495985; }

 p { color: rgb(73,89,133); }

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

background-color css

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

 a { background-color: rgb(73,89,133); }

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

border-color css

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

 span { border-color: rgb(73,89,133); }

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