Html Css Color HEX #47718A Calypso

📋 copy color: '#47718A'

red 71 ◦ green 113 ◦ blue 138

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

Shades of Calypso #47718A

Tints of Calypso #47718A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.09%

 BLUE value IS 138 (54.3% from 255) = 42.86%

R = 22.05%
G = 35.09%
B = 42.86%

CMYK

 C value IS 0.49

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#47718A (or 0x47718A) is known color: Calypso. HEX triplet: 47, 71 and 8A. RGB value is (71,113,138). Sum of RGB (Red+Green+Blue) = 71+113+138=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 138 - color contains mainly: blue. Hex color #47718A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47718A is #B88E75. Grayscale: #676767. Windows color (decimal): -12095094 or 9072967. OLE color: 9072967.

HSL color Cylindrical-coordinate representation of color #47718A: hue angle of 202.39º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47718A is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 71 113 138 -
CMYK 0.49 0.18 0 0.46
HSL 202.39º 0.32% 0.41% -
HSV(B) 202.39º 0.49% 0.54% -
XYZ 13.09 14.98 26.25 -
YUV 103.29 147.59 104.97 -
System Red Green Blue C M Y K H S L
Decimal 71 113 138 0.49 0.18 0 0.46 202.39 0.32 0.41
Hex 47 71 8A 31 12 0 2E CA 20 29
Octal 107 161 212 61 22 0 56 312 40 51
Binary 1000111 1110001 10001010 110001 10010 0 101110 11001010 100000 101001

Color Harmonies of #47718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47718A

Black with #47718A

Text Example


Text Example

White with #47718A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47718A; }

 p { color: rgb(71,113,138); }

 H1.HeaderClassName
 {
   color: #47718A;
 }
 .AnyTagClassName
 {
   color: #47718A;
 }
</style>

background-color css

<style>
 a { background-color: #47718A; }

 a { background-color: rgb(71,113,138); }

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

border-color css

<style>
 span { border-color: #47718A; }

 span { border-color: rgb(71,113,138); }

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