Html Css Color HEX #45597D Chambray

📋 copy color: '#45597D'

red 69 ◦ green 89 ◦ blue 125

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

Shades of Chambray #45597D

Tints of Chambray #45597D

RGB

 RED value IS 69 (27.34% from 255) = 24.38%

 GREEN value IS 89 (35.16% from 255) = 31.45%

 BLUE value IS 125 (49.22% from 255) = 44.17%

R = 24.38%
G = 31.45%
B = 44.17%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#45597D (or 0x45597D) is known color: Chambray. HEX triplet: 45, 59 and 7D. RGB value is (69,89,125). Sum of RGB (Red+Green+Blue) = 69+89+125=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #45597D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45597D is #BAA682. Grayscale: #565656. Windows color (decimal): -12232323 or 8214853. OLE color: 8214853.

HSL color Cylindrical-coordinate representation of color #45597D: hue angle of 218.57º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #45597D is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 69 89 125 -
CMYK 0.45 0.29 0 0.51
HSL 218.57º 0.29% 0.38% -
HSV(B) 218.57º 0.45% 0.49% -
XYZ 9.73 9.89 20.8 -
YUV 87.12 149.37 115.07 -
System Red Green Blue C M Y K H S L
Decimal 69 89 125 0.45 0.29 0 0.51 218.57 0.29 0.38
Hex 45 59 7D 2D 1D 0 33 DB 1D 26
Octal 105 131 175 55 35 0 63 333 35 46
Binary 1000101 1011001 1111101 101101 11101 0 110011 11011011 11101 100110

Color Harmonies of #45597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45597D

Black with #45597D

Text Example


Text Example

White with #45597D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45597D; }

 p { color: rgb(69,89,125); }

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

background-color css

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

 a { background-color: rgb(69,89,125); }

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

border-color css

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

 span { border-color: rgb(69,89,125); }

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