Html Css Color HEX #42547C Chambray

📋 copy color: '#42547C'

red 66 ◦ green 84 ◦ blue 124

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

Shades of Chambray #42547C

Tints of Chambray #42547C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.26%

R = 24.09%
G = 30.66%
B = 45.26%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42547C (or 0x42547C) is known color: Chambray. HEX triplet: 42, 54 and 7C. RGB value is (66,84,124). Sum of RGB (Red+Green+Blue) = 66+84+124=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 124 - color contains mainly: blue. Hex color #42547C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42547C is #BDAB83. Grayscale: #535353. Windows color (decimal): -12430212 or 8148034. OLE color: 8148034.

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

Color convert

RGB 66 84 124 -
CMYK 0.47 0.32 0 0.51
HSL 221.38º 0.31% 0.37% -
HSV(B) 221.38º 0.47% 0.49% -
XYZ 9.06 8.95 20.32 -
YUV 83.18 151.04 115.75 -
System Red Green Blue C M Y K H S L
Decimal 66 84 124 0.47 0.32 0 0.51 221.38 0.31 0.37
Hex 42 54 7C 2F 20 0 33 DD 1F 25
Octal 102 124 174 57 40 0 63 335 37 45
Binary 1000010 1010100 1111100 101111 100000 0 110011 11011101 11111 100101

Color Harmonies of #42547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42547C

Black with #42547C

Text Example


Text Example

White with #42547C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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