Html Css Color HEX #455877 Chambray

📋 copy color: '#455877'

red 69 ◦ green 88 ◦ blue 119

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

Shades of Chambray #455877

Tints of Chambray #455877

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.88%

 BLUE value IS 119 (46.88% from 255) = 43.12%

R = 25%
G = 31.88%
B = 43.12%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#455877 (or 0x455877) is known color: Chambray. HEX triplet: 45, 58 and 77. RGB value is (69,88,119). Sum of RGB (Red+Green+Blue) = 69+88+119=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 119 (46.88% from 255 or 43.12% from 276); Max value from RGB is 119 - color contains mainly: blue. Hex color #455877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455877 is #BAA788. Grayscale: #555555. Windows color (decimal): -12232585 or 7821381. OLE color: 7821381.

HSL color Cylindrical-coordinate representation of color #455877: hue angle of 217.2º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #455877 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 88 119 -
CMYK 0.42 0.26 0 0.53
HSL 217.2º 0.27% 0.37% -
HSV(B) 217.2º 0.42% 0.47% -
XYZ 9.27 9.58 18.81 -
YUV 85.85 146.71 115.98 -
System Red Green Blue C M Y K H S L
Decimal 69 88 119 0.42 0.26 0 0.53 217.2 0.27 0.37
Hex 45 58 77 2A 1A 0 35 D9 1B 25
Octal 105 130 167 52 32 0 65 331 33 45
Binary 1000101 1011000 1110111 101010 11010 0 110101 11011001 11011 100101

Color Harmonies of #455877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455877

Black with #455877

Text Example


Text Example

White with #455877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455877; }

 p { color: rgb(69,88,119); }

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

background-color css

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

 a { background-color: rgb(69,88,119); }

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

border-color css

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

 span { border-color: rgb(69,88,119); }

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