Html Css Color HEX #495885 Chambray

📋 copy color: '#495885'

red 73 ◦ green 88 ◦ blue 133

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

Shades of Chambray #495885

Tints of Chambray #495885

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.93%

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

R = 24.83%
G = 29.93%
B = 45.24%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#495885 (or 0x495885) is known color: Chambray. HEX triplet: 49, 58 and 85. RGB value is (73,88,133). Sum of RGB (Red+Green+Blue) = 73+88+133=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #495885 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495885 is #B6A77A. Grayscale: #585858. Windows color (decimal): -11970427 or 8738889. OLE color: 8738889.

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

Color convert

RGB 73 88 133 -
CMYK 0.45 0.34 0 0.48
HSL 225º 0.29% 0.4% -
HSV(B) 225º 0.45% 0.52% -
XYZ 10.47 10.09 23.59 -
YUV 88.65 153.03 116.84 -
System Red Green Blue C M Y K H S L
Decimal 73 88 133 0.45 0.34 0 0.48 225 0.29 0.4
Hex 49 58 85 2D 22 0 30 E1 1D 28
Octal 111 130 205 55 42 0 60 341 35 50
Binary 1001001 1011000 10000101 101101 100010 0 110000 11100001 11101 101000

Color Harmonies of #495885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495885

Black with #495885

Text Example


Text Example

White with #495885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495885; }

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

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

background-color css

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

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

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

border-color css

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

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

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