Html Css Color HEX #455C79 Chambray

📋 copy color: '#455C79'

red 69 ◦ green 92 ◦ blue 121

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

Shades of Chambray #455C79

Tints of Chambray #455C79

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.62%

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

R = 24.47%
G = 32.62%
B = 42.91%

CMYK

 C value IS 0.43

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#455C79 (or 0x455C79) is known color: Chambray. HEX triplet: 45, 5C and 79. RGB value is (69,92,121). Sum of RGB (Red+Green+Blue) = 69+92+121=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 121 - color contains mainly: blue. Hex color #455C79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455C79 is #BAA386. Grayscale: #585858. Windows color (decimal): -12231559 or 7953477. OLE color: 7953477.

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

Color convert

RGB 69 92 121 -
CMYK 0.43 0.24 0 0.53
HSL 213.46º 0.27% 0.37% -
HSV(B) 213.46º 0.43% 0.47% -
XYZ 9.73 10.3 19.56 -
YUV 88.43 146.38 114.14 -
System Red Green Blue C M Y K H S L
Decimal 69 92 121 0.43 0.24 0 0.53 213.46 0.27 0.37
Hex 45 5C 79 2B 18 0 35 D5 1B 25
Octal 105 134 171 53 30 0 65 325 33 45
Binary 1000101 1011100 1111001 101011 11000 0 110101 11010101 11011 100101

Color Harmonies of #455C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455C79

Black with #455C79

Text Example


Text Example

White with #455C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455C79; }

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

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

background-color css

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

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

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

border-color css

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

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

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