Html Css Color HEX #42547E Chambray

📋 copy color: '#42547E'

red 66 ◦ green 84 ◦ blue 126

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

Shades of Chambray #42547E

Tints of Chambray #42547E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.43%

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

R = 23.91%
G = 30.43%
B = 45.65%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42547E (or 0x42547E) is known color: Chambray. HEX triplet: 42, 54 and 7E. RGB value is (66,84,126). Sum of RGB (Red+Green+Blue) = 66+84+126=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 126 (49.61% from 255 or 45.65% from 276); Max value from RGB is 126 - color contains mainly: blue. Hex color #42547E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42547E is #BDAB81. Grayscale: #535353. Windows color (decimal): -12430210 or 8279106. OLE color: 8279106.

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

Color convert

RGB 66 84 126 -
CMYK 0.48 0.33 0 0.51
HSL 222º 0.31% 0.38% -
HSV(B) 222º 0.48% 0.49% -
XYZ 9.18 9.01 20.99 -
YUV 83.41 152.04 115.58 -
System Red Green Blue C M Y K H S L
Decimal 66 84 126 0.48 0.33 0 0.51 222 0.31 0.38
Hex 42 54 7E 30 21 0 33 DE 1F 26
Octal 102 124 176 60 41 0 63 336 37 46
Binary 1000010 1010100 1111110 110000 100001 0 110011 11011110 11111 100110

Color Harmonies of #42547E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42547E

Black with #42547E

Text Example


Text Example

White with #42547E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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