#42547D

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

Shades of Chambray #42547D

Tints of Chambray #42547D

Color information

#42547D (or 0x42547D) is unknown color: approx Chambray. HEX triplet: 42, 54 and 7D. RGB value is (66,84,125). Sum of RGB (Red+Green+Blue) = 66+84+125=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 125 (49.22% from 255 or 45.45% from 275); Max value from RGB is 125 - color contains mainly: blue. Hex color #42547D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42547D is #BDAB82. Grayscale: #535353. Windows color (decimal): -12430211 or 8213570. OLE color: 8213570.

HSL color Cylindrical-coordinate representation of color #42547D: hue angle of 221.69º 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 #42547D is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6684125-
CMYK0.470.3300.51
HSL221.69º30.89%37.45%-
HSV(B)221.69º47.2%49.02%-
XYZ9.128.9820.65-
YUV83.29151.54115.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24%
GREEN value IS 84 (33.20% from 255) = 30.55%
BLUE value IS 125 (49.22% from 255) = 45.45%
R=24%
G=30.55%
B=45.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66841250.470.3300.51221.6930.8937.45
Hex42547D2F21033de1f25
Octal10212417557410633363745
Binary10000101010100111110110111110000101100111101111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42547D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42547D; }

 p { color: rgb(66,84,125); }

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

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

 a { background-color: rgb(66,84,125); }

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

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

 span { border-color: rgb(66,84,125); }

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