Html Css Color HEX #455679 Chambray

📋 copy color: '#455679'

red 69 ◦ green 86 ◦ blue 121

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

Shades of Chambray #455679

Tints of Chambray #455679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.16%

 BLUE value IS 121 (47.66% from 255) = 43.84%

R = 25%
G = 31.16%
B = 43.84%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#455679 (or 0x455679) is known color: Chambray. HEX triplet: 45, 56 and 79. RGB value is (69,86,121). Sum of RGB (Red+Green+Blue) = 69+86+121=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 121 - color contains mainly: blue. Hex color #455679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455679 is #BAA986. Grayscale: #545454. Windows color (decimal): -12233095 or 7951941. OLE color: 7951941.

HSL color Cylindrical-coordinate representation of color #455679: hue angle of 220.38º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #455679 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 86 121 -
CMYK 0.43 0.29 0 0.53
HSL 220.38º 0.27% 0.37% -
HSV(B) 220.38º 0.43% 0.47% -
XYZ 9.23 9.3 19.4 -
YUV 84.91 148.37 116.65 -
System Red Green Blue C M Y K H S L
Decimal 69 86 121 0.43 0.29 0 0.53 220.38 0.27 0.37
Hex 45 56 79 2B 1D 0 35 DC 1B 25
Octal 105 126 171 53 35 0 65 334 33 45
Binary 1000101 1010110 1111001 101011 11101 0 110101 11011100 11011 100101

Color Harmonies of #455679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455679

Black with #455679

Text Example


Text Example

White with #455679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455679; }

 p { color: rgb(69,86,121); }

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

background-color css

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

 a { background-color: rgb(69,86,121); }

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

border-color css

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

 span { border-color: rgb(69,86,121); }

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