Shades of Chambray #425B7C
Tints of Chambray #425B7C
RGB
CMYK
RGB Variations
Color information
#425B7C (or 0x425B7C) is known color: 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
| RGB | 66 | 91 | 124 | - |
| CMYK | 0.47 | 0.27 | 0 | 0.51 |
| HSL | 214.14º | 0.31% | 0.37% | - |
| HSV(B) | 214.14º | 0.47% | 0.49% | - |
| XYZ | 9.63 | 10.1 | 20.51 | - |
| YUV | 87.29 | 148.72 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 91 | 124 | 0.47 | 0.27 | 0 | 0.51 | 214.14 | 0.31 | 0.37 |
| Hex | 42 | 5B | 7C | 2F | 1B | 0 | 33 | D6 | 1F | 25 |
| Octal | 102 | 133 | 174 | 57 | 33 | 0 | 63 | 326 | 37 | 45 |
| Binary | 1000010 | 1011011 | 1111100 | 101111 | 11011 | 0 | 110011 | 11010110 | 11111 | 100101 |
Color Harmonies of #425B7C
Complementary color
Monochromatic Colors of #425B7C
Black with #425B7C
Text Example
Text Example
White with #425B7C
Text Example
Text Example
HTML Codes & Css Web 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>