Html Css Color HEX #42567E Chambray

📋 copy color: '#42567E'

red 66 ◦ green 86 ◦ blue 126

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

Shades of Chambray #42567E

Tints of Chambray #42567E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 45.32%

R = 23.74%
G = 30.94%
B = 45.32%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42567E (or 0x42567E) is known color: Chambray. HEX triplet: 42, 56 and 7E. RGB value is (66,86,126). Sum of RGB (Red+Green+Blue) = 66+86+126=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 126 (49.61% from 255 or 45.32% from 278); Max value from RGB is 126 - color contains mainly: blue. Hex color #42567E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42567E is #BDA981. Grayscale: #545454. Windows color (decimal): -12429698 or 8279618. OLE color: 8279618.

HSL color Cylindrical-coordinate representation of color #42567E: hue angle of 220º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42567E is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 86 126 -
CMYK 0.48 0.32 0 0.51
HSL 220º 0.31% 0.38% -
HSV(B) 220º 0.48% 0.49% -
XYZ 9.34 9.32 21.05 -
YUV 84.58 151.37 114.75 -
System Red Green Blue C M Y K H S L
Decimal 66 86 126 0.48 0.32 0 0.51 220 0.31 0.38
Hex 42 56 7E 30 20 0 33 DC 1F 26
Octal 102 126 176 60 40 0 63 334 37 46
Binary 1000010 1010110 1111110 110000 100000 0 110011 11011100 11111 100110

Color Harmonies of #42567E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42567E

Black with #42567E

Text Example


Text Example

White with #42567E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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