#425677

Color #425677 Chambray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chambray #425677

Tints of Chambray #425677

Color information

#425677 (or 0x425677) is unknown color: approx Chambray. HEX triplet: 42, 56 and 77. RGB value is (66,86,119). Sum of RGB (Red+Green+Blue) = 66+86+119=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 119 - color contains mainly: blue. Hex color #425677 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425677 is #BDA988. Grayscale: #535353. Windows color (decimal): -12429705 or 7820866. OLE color: 7820866.

HSL color Cylindrical-coordinate representation of color #425677: hue angle of 217.36º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #425677 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6686119-
CMYK0.450.2800.53
HSL217.36º28.65%36.27%-
HSV(B)217.36º44.54%46.67%-
XYZ8.99.1518.75-
YUV83.78147.87115.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.35%
GREEN value IS 86 (33.98% from 255) = 31.73%
BLUE value IS 119 (46.88% from 255) = 43.91%
R=24.35%
G=31.73%
B=43.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66861190.450.2800.53217.3628.6536.27
Hex4256772D1C035d91d24
Octal10212616755340653313544
Binary1000010101011011101111011011110001101011101100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425677; }

 p { color: rgb(66,86,119); }

 H1.HeaderClassName
 {
   color: #425677;
 }
 .AnyTagClassName
 {
   color: #425677;
 }
</style>
background-color css

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

 a { background-color: rgb(66,86,119); }

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

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

 span { border-color: rgb(66,86,119); }

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