#425B7C

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

Shades of Chambray #425B7C

Tints of Chambray #425B7C

Color information

#425B7C (or 0x425B7C) is unknown color: approx Chambray. HEX triplet: 42, 5B and 7C. RGB value is (66,91,124). Sum of RGB (Red+Green+Blue) = 66+91+124=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #425B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425B7C is #BDA483. Grayscale: #575757. Windows color (decimal): -12428420 or 8149826. OLE color: 8149826.

HSL color Cylindrical-coordinate representation of color #425B7C: hue angle of 214.14º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #425B7C is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6691124-
CMYK0.470.2700.51
HSL214.14º30.53%37.25%-
HSV(B)214.14º46.77%48.63%-
XYZ9.6310.120.51-
YUV87.29148.72112.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.49%
GREEN value IS 91 (35.94% from 255) = 32.38%
BLUE value IS 124 (48.83% from 255) = 44.13%
R=23.49%
G=32.38%
B=44.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66911240.470.2700.51214.1430.5337.25
Hex425B7C2F1B033d61f25
Octal10213317457330633263745
Binary1000010101101111111001011111101101100111101011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425B7C; }

 p { color: rgb(66,91,124); }

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

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

 a { background-color: rgb(66,91,124); }

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

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

 span { border-color: rgb(66,91,124); }

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