Html Css Color HEX #455579 Chambray

📋 copy color: '#455579'

red 69 ◦ green 85 ◦ blue 121

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

Shades of Chambray #455579

Tints of Chambray #455579

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.91%

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

R = 25.09%
G = 30.91%
B = 44%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#455579 (or 0x455579) is known color: Chambray. HEX triplet: 45, 55 and 79. RGB value is (69,85,121). Sum of RGB (Red+Green+Blue) = 69+85+121=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 121 (47.66% from 255 or 44% from 275); Max value from RGB is 121 - color contains mainly: blue. Hex color #455579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455579 is #BAAA86. Grayscale: #545454. Windows color (decimal): -12233351 or 7951685. OLE color: 7951685.

HSL color Cylindrical-coordinate representation of color #455579: hue angle of 221.54º 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 #455579 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 85 121 -
CMYK 0.43 0.30 0 0.53
HSL 221.54º 0.27% 0.37% -
HSV(B) 221.54º 0.43% 0.47% -
XYZ 9.15 9.14 19.37 -
YUV 84.32 148.7 117.07 -
System Red Green Blue C M Y K H S L
Decimal 69 85 121 0.43 0.30 0 0.53 221.54 0.27 0.37
Hex 45 55 79 2B 1E 0 35 DE 1B 25
Octal 105 125 171 53 36 0 65 336 33 45
Binary 1000101 1010101 1111001 101011 11110 0 110101 11011110 11011 100101

Color Harmonies of #455579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455579

Black with #455579

Text Example


Text Example

White with #455579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455579; }

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

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

background-color css

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

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

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

border-color css

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

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

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