Html Css Color HEX #455D71 Chambray

📋 copy color: '#455D71'

red 69 ◦ green 93 ◦ blue 113

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

Shades of Chambray #455D71

Tints of Chambray #455D71

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.82%

 BLUE value IS 113 (44.53% from 255) = 41.09%

R = 25.09%
G = 33.82%
B = 41.09%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#455D71 (or 0x455D71) is known color: Chambray. HEX triplet: 45, 5D and 71. RGB value is (69,93,113). Sum of RGB (Red+Green+Blue) = 69+93+113=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 113 - color contains mainly: blue. Hex color #455D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455D71 is #BAA28E. Grayscale: #585858. Windows color (decimal): -12231311 or 7429445. OLE color: 7429445.

HSL color Cylindrical-coordinate representation of color #455D71: hue angle of 207.27º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #455D71 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 93 113 -
CMYK 0.39 0.18 0 0.56
HSL 207.27º 0.24% 0.36% -
HSV(B) 207.27º 0.39% 0.44% -
XYZ 9.35 10.29 17.12 -
YUV 88.1 142.05 114.37 -
System Red Green Blue C M Y K H S L
Decimal 69 93 113 0.39 0.18 0 0.56 207.27 0.24 0.36
Hex 45 5D 71 27 12 0 38 CF 18 24
Octal 105 135 161 47 22 0 70 317 30 44
Binary 1000101 1011101 1110001 100111 10010 0 111000 11001111 11000 100100

Color Harmonies of #455D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455D71

Black with #455D71

Text Example


Text Example

White with #455D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,93,113); }

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

background-color css

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

 a { background-color: rgb(69,93,113); }

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

border-color css

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

 span { border-color: rgb(69,93,113); }

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