Html Css Color HEX #455780 Chambray

📋 copy color: '#455780'

red 69 ◦ green 87 ◦ blue 128

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

Shades of Chambray #455780

Tints of Chambray #455780

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.63%

 BLUE value IS 128 (50.39% from 255) = 45.07%

R = 24.3%
G = 30.63%
B = 45.07%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#455780 (or 0x455780) is known color: Chambray. HEX triplet: 45, 57 and 80. RGB value is (69,87,128). Sum of RGB (Red+Green+Blue) = 69+87+128=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 128 - color contains mainly: blue. Hex color #455780 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455780 is #BAA87F. Grayscale: #565656. Windows color (decimal): -12232832 or 8410949. OLE color: 8410949.

HSL color Cylindrical-coordinate representation of color #455780: hue angle of 221.69º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #455780 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 69 87 128 -
CMYK 0.46 0.32 0 0.50
HSL 221.69º 0.3% 0.39% -
HSV(B) 221.69º 0.46% 0.5% -
XYZ 9.76 9.64 21.77 -
YUV 86.29 151.54 115.67 -
System Red Green Blue C M Y K H S L
Decimal 69 87 128 0.46 0.32 0 0.50 221.69 0.3 0.39
Hex 45 57 80 2E 20 0 32 DE 1E 27
Octal 105 127 200 56 40 0 62 336 36 47
Binary 1000101 1010111 10000000 101110 100000 0 110010 11011110 11110 100111

Color Harmonies of #455780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455780

Black with #455780

Text Example


Text Example

White with #455780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455780; }

 p { color: rgb(69,87,128); }

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

background-color css

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

 a { background-color: rgb(69,87,128); }

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

border-color css

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

 span { border-color: rgb(69,87,128); }

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