#42547F

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

Shades of Chambray #42547F

Tints of Chambray #42547F

Color information

#42547F (or 0x42547F) is unknown color: approx Chambray. HEX triplet: 42, 54 and 7F. RGB value is (66,84,127). Sum of RGB (Red+Green+Blue) = 66+84+127=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 127 - color contains mainly: blue. Hex color #42547F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42547F is #BDAB80. Grayscale: #535353. Windows color (decimal): -12430209 or 8344642. OLE color: 8344642.

HSL color Cylindrical-coordinate representation of color #42547F: hue angle of 222.3º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42547F is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6684127-
CMYK0.480.3400.50
HSL222.3º31.61%37.84%-
HSV(B)222.3º48.03%49.8%-
XYZ9.259.0321.33-
YUV83.52152.54115.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.83%
GREEN value IS 84 (33.20% from 255) = 30.32%
BLUE value IS 127 (50% from 255) = 45.85%
R=23.83%
G=30.32%
B=45.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66841270.480.3400.50222.331.6137.84
Hex42547F3022032de2026
Octal10212417760420623364046
Binary100001010101001111111110000100010011001011011110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42547F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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