Html Css Color HEX #42566E Chambray

📋 copy color: '#42566E'

red 66 ◦ green 86 ◦ blue 110

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

Shades of Chambray #42566E

Tints of Chambray #42566E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.82%

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

R = 25.19%
G = 32.82%
B = 41.98%

CMYK

 C value IS 0.4

 M value IS 0.22

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#42566E (or 0x42566E) is known color: Chambray. HEX triplet: 42, 56 and 6E. RGB value is (66,86,110). Sum of RGB (Red+Green+Blue) = 66+86+110=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 110 (43.36% from 255 or 41.98% from 262); Max value from RGB is 110 - color contains mainly: blue. Hex color #42566E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42566E is #BDA991. Grayscale: #525252. Windows color (decimal): -12429714 or 7231042. OLE color: 7231042.

HSL color Cylindrical-coordinate representation of color #42566E: hue angle of 212.73º 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 #42566E is Cyan = 0.4, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 86 110 -
CMYK 0.4 0.22 0 0.57
HSL 212.73º 0.25% 0.35% -
HSV(B) 212.73º 0.4% 0.43% -
XYZ 8.39 8.94 16.04 -
YUV 82.76 143.37 116.05 -
System Red Green Blue C M Y K H S L
Decimal 66 86 110 0.4 0.22 0 0.57 212.73 0.25 0.35
Hex 42 56 6E 28 16 0 39 D5 19 23
Octal 102 126 156 50 26 0 71 325 31 43
Binary 1000010 1010110 1101110 101000 10110 0 111001 11010101 11001 100011

Color Harmonies of #42566E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42566E

Black with #42566E

Text Example


Text Example

White with #42566E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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