Html Css Color HEX #495484 Chambray

📋 copy color: '#495484'

red 73 ◦ green 84 ◦ blue 132

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

Shades of Chambray #495484

Tints of Chambray #495484

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.07%

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

R = 25.26%
G = 29.07%
B = 45.67%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#495484 (or 0x495484) is known color: Chambray. HEX triplet: 49, 54 and 84. RGB value is (73,84,132). Sum of RGB (Red+Green+Blue) = 73+84+132=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: blue. Hex color #495484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495484 is #B6AB7B. Grayscale: #555555. Windows color (decimal): -11971452 or 8672329. OLE color: 8672329.

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

Color convert

RGB 73 84 132 -
CMYK 0.45 0.36 0 0.48
HSL 228.81º 0.29% 0.4% -
HSV(B) 228.81º 0.45% 0.52% -
XYZ 10.08 9.42 23.12 -
YUV 86.18 153.86 118.6 -
System Red Green Blue C M Y K H S L
Decimal 73 84 132 0.45 0.36 0 0.48 228.81 0.29 0.4
Hex 49 54 84 2D 24 0 30 E5 1D 28
Octal 111 124 204 55 44 0 60 345 35 50
Binary 1001001 1010100 10000100 101101 100100 0 110000 11100101 11101 101000

Color Harmonies of #495484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495484

Black with #495484

Text Example


Text Example

White with #495484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495484; }

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

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

background-color css

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

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

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

border-color css

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

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

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