Html Css Color HEX #42576E Chambray

📋 copy color: '#42576E'

red 66 ◦ green 87 ◦ blue 110

#42576E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chambray #42576E

Tints of Chambray #42576E

RGB

 RED value IS 66 (26.17% from 255) = 25.1%

 GREEN value IS 87 (34.38% from 255) = 33.08%

 BLUE value IS 110 (43.36% from 255) = 41.83%

R = 25.1%
G = 33.08%
B = 41.83%

CMYK

 C value IS 0.4

 M value IS 0.21

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#42576E (or 0x42576E) is known color: Chambray. HEX triplet: 42, 57 and 6E. RGB value is (66,87,110). Sum of RGB (Red+Green+Blue) = 66+87+110=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 110 - color contains mainly: blue. Hex color #42576E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42576E is #BDA891. Grayscale: #535353. Windows color (decimal): -12429458 or 7231298. OLE color: 7231298.

HSL color Cylindrical-coordinate representation of color #42576E: hue angle of 211.36º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #42576E is Cyan = 0.4, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 87 110 -
CMYK 0.4 0.21 0 0.57
HSL 211.36º 0.25% 0.35% -
HSV(B) 211.36º 0.4% 0.43% -
XYZ 8.47 9.1 16.06 -
YUV 83.34 143.04 115.63 -
System Red Green Blue C M Y K H S L
Decimal 66 87 110 0.4 0.21 0 0.57 211.36 0.25 0.35
Hex 42 57 6E 28 15 0 39 D3 19 23
Octal 102 127 156 50 25 0 71 323 31 43
Binary 1000010 1010111 1101110 101000 10101 0 111001 11010011 11001 100011

Color Harmonies of #42576E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42576E

Black with #42576E

Text Example


Text Example

White with #42576E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42576E; }

 p { color: rgb(66,87,110); }

 H1.HeaderClassName
 {
   color: #42576E;
 }
 .AnyTagClassName
 {
   color: #42576E;
 }
</style>

background-color css

<style>
 a { background-color: #42576E; }

 a { background-color: rgb(66,87,110); }

 div.DivClassName
 {
   background-color: #42576E;
 }
 .BgClassName
 {
   background-color: #42576E;
 }
</style>

border-color css

<style>
 span { border-color: #42576E; }

 span { border-color: rgb(66,87,110); }

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