Html Css Color HEX #495F81 Chambray

📋 copy color: '#495F81'

red 73 ◦ green 95 ◦ blue 129

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

Shades of Chambray #495F81

Tints of Chambray #495F81

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.99%

 BLUE value IS 129 (50.78% from 255) = 43.43%

R = 24.58%
G = 31.99%
B = 43.43%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#495F81 (or 0x495F81) is known color: Chambray. HEX triplet: 49, 5F and 81. RGB value is (73,95,129). Sum of RGB (Red+Green+Blue) = 73+95+129=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 129 - color contains mainly: blue. Hex color #495F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495F81 is #B6A07E. Grayscale: #5C5C5C. Windows color (decimal): -11968639 or 8478537. OLE color: 8478537.

HSL color Cylindrical-coordinate representation of color #495F81: hue angle of 216.43º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #495F81 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 95 129 -
CMYK 0.43 0.26 0 0.49
HSL 216.43º 0.28% 0.4% -
HSV(B) 216.43º 0.43% 0.51% -
XYZ 10.8 11.19 22.36 -
YUV 92.3 148.71 114.24 -
System Red Green Blue C M Y K H S L
Decimal 73 95 129 0.43 0.26 0 0.49 216.43 0.28 0.4
Hex 49 5F 81 2B 1A 0 31 D8 1C 28
Octal 111 137 201 53 32 0 61 330 34 50
Binary 1001001 1011111 10000001 101011 11010 0 110001 11011000 11100 101000

Color Harmonies of #495F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495F81

Black with #495F81

Text Example


Text Example

White with #495F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,95,129); }

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

background-color css

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

 a { background-color: rgb(73,95,129); }

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

border-color css

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

 span { border-color: rgb(73,95,129); }

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