Html Css Color HEX #42547F Chambray

📋 copy color: '#42547F'

red 66 ◦ green 84 ◦ blue 127

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

Shades of Chambray #42547F

Tints of Chambray #42547F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 45.85%

R = 23.83%
G = 30.32%
B = 45.85%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#42547F (or 0x42547F) is known color: Chambray. HEX triplet: 42, 54 and 7F. RGB value is (66,84,127). Sum of RGB (Red+Green+Blue) = 66+84+127=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 127 - color contains mainly: blue. Hex color #42547F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42547F is #BDAB80. Grayscale: #535353. Windows color (decimal): -12430209 or 8344642. OLE color: 8344642.

HSL color Cylindrical-coordinate representation of color #42547F: hue angle of 222.3º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42547F is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 84 127 -
CMYK 0.48 0.34 0 0.50
HSL 222.3º 0.32% 0.38% -
HSV(B) 222.3º 0.48% 0.5% -
XYZ 9.25 9.03 21.33 -
YUV 83.52 152.54 115.5 -
System Red Green Blue C M Y K H S L
Decimal 66 84 127 0.48 0.34 0 0.50 222.3 0.32 0.38
Hex 42 54 7F 30 22 0 32 DE 20 26
Octal 102 124 177 60 42 0 62 336 40 46
Binary 1000010 1010100 1111111 110000 100010 0 110010 11011110 100000 100110

Color Harmonies of #42547F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42547F

Black with #42547F

Text Example


Text Example

White with #42547F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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