Html Css Color HEX #455C76 Chambray

📋 copy color: '#455C76'

red 69 ◦ green 92 ◦ blue 118

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

Shades of Chambray #455C76

Tints of Chambray #455C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 42.29%

R = 24.73%
G = 32.97%
B = 42.29%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#455C76 (or 0x455C76) is known color: Chambray. HEX triplet: 45, 5C and 76. RGB value is (69,92,118). Sum of RGB (Red+Green+Blue) = 69+92+118=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 118 - color contains mainly: blue. Hex color #455C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455C76 is #BAA389. Grayscale: #575757. Windows color (decimal): -12231562 or 7756869. OLE color: 7756869.

HSL color Cylindrical-coordinate representation of color #455C76: hue angle of 211.84º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #455C76 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 92 118 -
CMYK 0.42 0.22 0 0.54
HSL 211.84º 0.26% 0.37% -
HSV(B) 211.84º 0.42% 0.46% -
XYZ 9.55 10.23 18.61 -
YUV 88.09 144.88 114.39 -
System Red Green Blue C M Y K H S L
Decimal 69 92 118 0.42 0.22 0 0.54 211.84 0.26 0.37
Hex 45 5C 76 2A 16 0 36 D4 1A 25
Octal 105 134 166 52 26 0 66 324 32 45
Binary 1000101 1011100 1110110 101010 10110 0 110110 11010100 11010 100101

Color Harmonies of #455C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455C76

Black with #455C76

Text Example


Text Example

White with #455C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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