Html Css Color HEX #495C7F Chambray

📋 copy color: '#495C7F'

red 73 ◦ green 92 ◦ blue 127

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

Shades of Chambray #495C7F

Tints of Chambray #495C7F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.51%

 BLUE value IS 127 (50% from 255) = 43.49%

R = 25%
G = 31.51%
B = 43.49%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#495C7F (or 0x495C7F) is known color: Chambray. HEX triplet: 49, 5C and 7F. RGB value is (73,92,127). Sum of RGB (Red+Green+Blue) = 73+92+127=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 127 - color contains mainly: blue. Hex color #495C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495C7F is #B6A380. Grayscale: #5A5A5A. Windows color (decimal): -11969409 or 8346697. OLE color: 8346697.

HSL color Cylindrical-coordinate representation of color #495C7F: hue angle of 218.89º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #495C7F is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 92 127 -
CMYK 0.43 0.28 0 0.50
HSL 218.89º 0.27% 0.39% -
HSV(B) 218.89º 0.43% 0.5% -
XYZ 10.41 10.6 21.58 -
YUV 90.31 148.71 115.65 -
System Red Green Blue C M Y K H S L
Decimal 73 92 127 0.43 0.28 0 0.50 218.89 0.27 0.39
Hex 49 5C 7F 2B 1C 0 32 DB 1B 27
Octal 111 134 177 53 34 0 62 333 33 47
Binary 1001001 1011100 1111111 101011 11100 0 110010 11011011 11011 100111

Color Harmonies of #495C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495C7F

Black with #495C7F

Text Example


Text Example

White with #495C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,92,127); }

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

background-color css

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

 a { background-color: rgb(73,92,127); }

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

border-color css

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

 span { border-color: rgb(73,92,127); }

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