Shades of Chambray #485B7D
Tints of Chambray #485B7D
RGB
CMYK
RGB Variations
Color information
#485B7D (or 0x485B7D) is known color: Chambray. HEX triplet: 48, 5B and 7D. RGB value is (72,91,125). Sum of RGB (Red+Green+Blue) = 72+91+125=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 125 - color contains mainly: blue. Hex color #485B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485B7D is #B7A482. Grayscale: #595959. Windows color (decimal): -12035203 or 8215368. OLE color: 8215368.
HSL color Cylindrical-coordinate representation of color #485B7D: hue angle of 218.49º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #485B7D is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 72 | 91 | 125 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.51 |
| HSL | 218.49º | 0.27% | 0.39% | - |
| HSV(B) | 218.49º | 0.42% | 0.49% | - |
| XYZ | 10.12 | 10.34 | 20.86 | - |
| YUV | 89.2 | 148.21 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 91 | 125 | 0.42 | 0.27 | 0 | 0.51 | 218.49 | 0.27 | 0.39 |
| Hex | 48 | 5B | 7D | 2A | 1B | 0 | 33 | DA | 1B | 27 |
| Octal | 110 | 133 | 175 | 52 | 33 | 0 | 63 | 332 | 33 | 47 |
| Binary | 1001000 | 1011011 | 1111101 | 101010 | 11011 | 0 | 110011 | 11011010 | 11011 | 100111 |
Color Harmonies of #485B7D
Complementary color
Monochromatic Colors of #485B7D
Black with #485B7D
Text Example
Text Example
White with #485B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485B7D; }
p { color: rgb(72,91,125); }
H1.HeaderClassName
{
color: #485B7D;
}
.AnyTagClassName
{
color: #485B7D;
}
</style>
background-color css
<style>
a { background-color: #485B7D; }
a { background-color: rgb(72,91,125); }
div.DivClassName
{
background-color: #485B7D;
}
.BgClassName
{
background-color: #485B7D;
}
</style>
border-color css
<style>
span { border-color: #485B7D; }
span { border-color: rgb(72,91,125); }
td.TdClassName
{
border-color: #485B7D;
}
.TagClassName
{
border-color: #485B7D;
}
</style>