Html Css Color HEX #45597E Chambray

📋 copy color: '#45597E'

red 69 ◦ green 89 ◦ blue 126

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

Shades of Chambray #45597E

Tints of Chambray #45597E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 44.37%

R = 24.3%
G = 31.34%
B = 44.37%

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

#45597E (or 0x45597E) is known color: Chambray. HEX triplet: 45, 59 and 7E. RGB value is (69,89,126). Sum of RGB (Red+Green+Blue) = 69+89+126=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 126 (49.61% from 255 or 44.37% from 284); Max value from RGB is 126 - color contains mainly: blue. Hex color #45597E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45597E is #BAA681. Grayscale: #575757. Windows color (decimal): -12232322 or 8280389. OLE color: 8280389.

HSL color Cylindrical-coordinate representation of color #45597E: hue angle of 218.95º 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 #45597E is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 69 89 126 -
CMYK 0.45 0.29 0 0.51
HSL 218.95º 0.29% 0.38% -
HSV(B) 218.95º 0.45% 0.49% -
XYZ 9.79 9.92 21.14 -
YUV 87.24 149.87 114.99 -
System Red Green Blue C M Y K H S L
Decimal 69 89 126 0.45 0.29 0 0.51 218.95 0.29 0.38
Hex 45 59 7E 2D 1D 0 33 DB 1D 26
Octal 105 131 176 55 35 0 63 333 35 46
Binary 1000101 1011001 1111110 101101 11101 0 110011 11011011 11101 100110

Color Harmonies of #45597E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45597E

Black with #45597E

Text Example


Text Example

White with #45597E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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