Html Css Color HEX #42597E Chambray

📋 copy color: '#42597E'

red 66 ◦ green 89 ◦ blue 126

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

Shades of Chambray #42597E

Tints of Chambray #42597E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.67%

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

R = 23.49%
G = 31.67%
B = 44.84%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42597E (or 0x42597E) is known color: Chambray. HEX triplet: 42, 59 and 7E. RGB value is (66,89,126). Sum of RGB (Red+Green+Blue) = 66+89+126=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 126 (49.61% from 255 or 44.84% from 281); Max value from RGB is 126 - color contains mainly: blue. Hex color #42597E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42597E is #BDA681. Grayscale: #565656. Windows color (decimal): -12428930 or 8280386. OLE color: 8280386.

HSL color Cylindrical-coordinate representation of color #42597E: hue angle of 217º 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 #42597E is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 89 126 -
CMYK 0.48 0.29 0 0.51
HSL 217º 0.31% 0.38% -
HSV(B) 217º 0.48% 0.49% -
XYZ 9.59 9.81 21.13 -
YUV 86.34 150.38 113.49 -
System Red Green Blue C M Y K H S L
Decimal 66 89 126 0.48 0.29 0 0.51 217 0.31 0.38
Hex 42 59 7E 30 1D 0 33 D9 1F 26
Octal 102 131 176 60 35 0 63 331 37 46
Binary 1000010 1011001 1111110 110000 11101 0 110011 11011001 11111 100110

Color Harmonies of #42597E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42597E

Black with #42597E

Text Example


Text Example

White with #42597E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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