Html Css Color HEX #47607D Chambray

📋 copy color: '#47607D'

red 71 ◦ green 96 ◦ blue 125

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

Shades of Chambray #47607D

Tints of Chambray #47607D

RGB

 RED value IS 71 (28.13% from 255) = 24.32%

 GREEN value IS 96 (37.89% from 255) = 32.88%

 BLUE value IS 125 (49.22% from 255) = 42.81%

R = 24.32%
G = 32.88%
B = 42.81%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47607D (or 0x47607D) is known color: Chambray. HEX triplet: 47, 60 and 7D. RGB value is (71,96,125). Sum of RGB (Red+Green+Blue) = 71+96+125=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 125 - color contains mainly: blue. Hex color #47607D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47607D is #B89F82. Grayscale: #5B5B5B. Windows color (decimal): -12099459 or 8216647. OLE color: 8216647.

HSL color Cylindrical-coordinate representation of color #47607D: hue angle of 212.22º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #47607D is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 96 125 -
CMYK 0.43 0.23 0 0.51
HSL 212.22º 0.28% 0.38% -
HSV(B) 212.22º 0.43% 0.49% -
XYZ 10.48 11.19 21.01 -
YUV 91.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 71 96 125 0.43 0.23 0 0.51 212.22 0.28 0.38
Hex 47 60 7D 2B 17 0 33 D4 1C 26
Octal 107 140 175 53 27 0 63 324 34 46
Binary 1000111 1100000 1111101 101011 10111 0 110011 11010100 11100 100110

Color Harmonies of #47607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47607D

Black with #47607D

Text Example


Text Example

White with #47607D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47607D; }

 p { color: rgb(71,96,125); }

 H1.HeaderClassName
 {
   color: #47607D;
 }
 .AnyTagClassName
 {
   color: #47607D;
 }
</style>

background-color css

<style>
 a { background-color: #47607D; }

 a { background-color: rgb(71,96,125); }

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

border-color css

<style>
 span { border-color: #47607D; }

 span { border-color: rgb(71,96,125); }

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