Html Css Color HEX #495684 Chambray

📋 copy color: '#495684'

red 73 ◦ green 86 ◦ blue 132

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

Shades of Chambray #495684

Tints of Chambray #495684

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.55%

 BLUE value IS 132 (51.95% from 255) = 45.36%

R = 25.09%
G = 29.55%
B = 45.36%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#495684 (or 0x495684) is known color: Chambray. HEX triplet: 49, 56 and 84. RGB value is (73,86,132). Sum of RGB (Red+Green+Blue) = 73+86+132=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 132 - color contains mainly: blue. Hex color #495684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495684 is #B6A97B. Grayscale: #575757. Windows color (decimal): -11970940 or 8672841. OLE color: 8672841.

HSL color Cylindrical-coordinate representation of color #495684: hue angle of 226.78º 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 #495684 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 86 132 -
CMYK 0.45 0.35 0 0.48
HSL 226.78º 0.29% 0.4% -
HSV(B) 226.78º 0.45% 0.52% -
XYZ 10.24 9.74 23.17 -
YUV 87.36 153.19 117.76 -
System Red Green Blue C M Y K H S L
Decimal 73 86 132 0.45 0.35 0 0.48 226.78 0.29 0.4
Hex 49 56 84 2D 23 0 30 E3 1D 28
Octal 111 126 204 55 43 0 60 343 35 50
Binary 1001001 1010110 10000100 101101 100011 0 110000 11100011 11101 101000

Color Harmonies of #495684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495684

Black with #495684

Text Example


Text Example

White with #495684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495684; }

 p { color: rgb(73,86,132); }

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

background-color css

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

 a { background-color: rgb(73,86,132); }

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

border-color css

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

 span { border-color: rgb(73,86,132); }

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