Html Css Color HEX #455778 Chambray

📋 copy color: '#455778'

red 69 ◦ green 87 ◦ blue 120

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

Shades of Chambray #455778

Tints of Chambray #455778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.48%

R = 25%
G = 31.52%
B = 43.48%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#455778 (or 0x455778) is known color: Chambray. HEX triplet: 45, 57 and 78. RGB value is (69,87,120). Sum of RGB (Red+Green+Blue) = 69+87+120=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 87 (34.38% from 255 or 31.52% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 120 - color contains mainly: blue. Hex color #455778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455778 is #BAA887. Grayscale: #555555. Windows color (decimal): -12232840 or 7886661. OLE color: 7886661.

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

Color convert

RGB 69 87 120 -
CMYK 0.42 0.28 0 0.53
HSL 218.82º 0.27% 0.37% -
HSV(B) 218.82º 0.43% 0.47% -
XYZ 9.25 9.44 19.1 -
YUV 85.38 147.54 116.32 -
System Red Green Blue C M Y K H S L
Decimal 69 87 120 0.42 0.28 0 0.53 218.82 0.27 0.37
Hex 45 57 78 2A 1C 0 35 DB 1B 25
Octal 105 127 170 52 34 0 65 333 33 45
Binary 1000101 1010111 1111000 101010 11100 0 110101 11011011 11011 100101

Color Harmonies of #455778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455778

Black with #455778

Text Example


Text Example

White with #455778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455778; }

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

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

background-color css

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

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

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

border-color css

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

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

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