#425879

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

Shades of Chambray #425879

Tints of Chambray #425879

Color information

#425879 (or 0x425879) is unknown color: approx Chambray. HEX triplet: 42, 58 and 79. RGB value is (66,88,121). Sum of RGB (Red+Green+Blue) = 66+88+121=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 121 (47.66% from 255 or 44% from 275); Max value from RGB is 121 - color contains mainly: blue. Hex color #425879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425879 is #BDA786. Grayscale: #555555. Windows color (decimal): -12429191 or 7952450. OLE color: 7952450.

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

Color convert

RGB6688121-
CMYK0.450.2700.53
HSL216º29.41%36.67%-
HSV(B)216º45.45%47.45%-
XYZ9.199.5219.44-
YUV85.18148.21114.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24%
GREEN value IS 88 (34.77% from 255) = 32%
BLUE value IS 121 (47.66% from 255) = 44%
R=24%
G=32%
B=44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66881210.450.2700.5321629.4136.67
Hex4258792D1B035d81d25
Octal10213017155330653303545
Binary1000010101100011110011011011101101101011101100011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425879; }

 p { color: rgb(66,88,121); }

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

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

 a { background-color: rgb(66,88,121); }

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

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

 span { border-color: rgb(66,88,121); }

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