Html Css Color HEX #455673 Chambray

📋 copy color: '#455673'

red 69 ◦ green 86 ◦ blue 115

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

Shades of Chambray #455673

Tints of Chambray #455673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.85%

 BLUE value IS 115 (45.31% from 255) = 42.59%

R = 25.56%
G = 31.85%
B = 42.59%

CMYK

 C value IS 0.4

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#455673 (or 0x455673) is known color: Chambray. HEX triplet: 45, 56 and 73. RGB value is (69,86,115). Sum of RGB (Red+Green+Blue) = 69+86+115=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 115 - color contains mainly: blue. Hex color #455673 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455673 is #BAA98C. Grayscale: #545454. Windows color (decimal): -12233101 or 7558725. OLE color: 7558725.

HSL color Cylindrical-coordinate representation of color #455673: hue angle of 217.83º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #455673 is Cyan = 0.4, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 86 115 -
CMYK 0.4 0.25 0 0.55
HSL 217.83º 0.25% 0.36% -
HSV(B) 217.83º 0.4% 0.45% -
XYZ 8.88 9.16 17.52 -
YUV 84.22 145.37 117.14 -
System Red Green Blue C M Y K H S L
Decimal 69 86 115 0.4 0.25 0 0.55 217.83 0.25 0.36
Hex 45 56 73 28 19 0 37 DA 19 24
Octal 105 126 163 50 31 0 67 332 31 44
Binary 1000101 1010110 1110011 101000 11001 0 110111 11011010 11001 100100

Color Harmonies of #455673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455673

Black with #455673

Text Example


Text Example

White with #455673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455673; }

 p { color: rgb(69,86,115); }

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

background-color css

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

 a { background-color: rgb(69,86,115); }

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

border-color css

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

 span { border-color: rgb(69,86,115); }

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