Html Css Color HEX #455770 Chambray

📋 copy color: '#455770'

red 69 ◦ green 87 ◦ blue 112

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

Shades of Chambray #455770

Tints of Chambray #455770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.46%

 BLUE value IS 112 (44.14% from 255) = 41.79%

R = 25.75%
G = 32.46%
B = 41.79%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#455770 (or 0x455770) is known color: Chambray. HEX triplet: 45, 57 and 70. RGB value is (69,87,112). Sum of RGB (Red+Green+Blue) = 69+87+112=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 112 - color contains mainly: blue. Hex color #455770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455770 is #BAA88F. Grayscale: #545454. Windows color (decimal): -12232848 or 7362373. OLE color: 7362373.

HSL color Cylindrical-coordinate representation of color #455770: hue angle of 214.88º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #455770 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 87 112 -
CMYK 0.38 0.22 0 0.56
HSL 214.88º 0.24% 0.35% -
HSV(B) 214.88º 0.38% 0.44% -
XYZ 8.79 9.25 16.65 -
YUV 84.47 143.54 116.97 -
System Red Green Blue C M Y K H S L
Decimal 69 87 112 0.38 0.22 0 0.56 214.88 0.24 0.35
Hex 45 57 70 26 16 0 38 D7 18 23
Octal 105 127 160 46 26 0 70 327 30 43
Binary 1000101 1010111 1110000 100110 10110 0 111000 11010111 11000 100011

Color Harmonies of #455770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455770

Black with #455770

Text Example


Text Example

White with #455770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455770; }

 p { color: rgb(69,87,112); }

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

background-color css

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

 a { background-color: rgb(69,87,112); }

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

border-color css

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

 span { border-color: rgb(69,87,112); }

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