Html Css Color HEX #455A71 Chambray

📋 copy color: '#455A71'

red 69 ◦ green 90 ◦ blue 113

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

Shades of Chambray #455A71

Tints of Chambray #455A71

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.09%

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

R = 25.37%
G = 33.09%
B = 41.54%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#455A71 (or 0x455A71) is known color: Chambray. HEX triplet: 45, 5A and 71. RGB value is (69,90,113). Sum of RGB (Red+Green+Blue) = 69+90+113=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 113 - color contains mainly: blue. Hex color #455A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455A71 is #BAA58E. Grayscale: #565656. Windows color (decimal): -12232079 or 7428677. OLE color: 7428677.

HSL color Cylindrical-coordinate representation of color #455A71: hue angle of 211.36º 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 #455A71 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 90 113 -
CMYK 0.39 0.20 0 0.56
HSL 211.36º 0.24% 0.36% -
HSV(B) 211.36º 0.39% 0.44% -
XYZ 9.09 9.77 17.03 -
YUV 86.34 143.04 115.63 -
System Red Green Blue C M Y K H S L
Decimal 69 90 113 0.39 0.20 0 0.56 211.36 0.24 0.36
Hex 45 5A 71 27 14 0 38 D3 18 24
Octal 105 132 161 47 24 0 70 323 30 44
Binary 1000101 1011010 1110001 100111 10100 0 111000 11010011 11000 100100

Color Harmonies of #455A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455A71

Black with #455A71

Text Example


Text Example

White with #455A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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