Html Css Color HEX #477285 Calypso

📋 copy color: '#477285'

red 71 ◦ green 114 ◦ blue 133

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

Shades of Calypso #477285

Tints of Calypso #477285

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.85%

 BLUE value IS 133 (52.34% from 255) = 41.82%

R = 22.33%
G = 35.85%
B = 41.82%

CMYK

 C value IS 0.47

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#477285 (or 0x477285) is known color: Calypso. HEX triplet: 47, 72 and 85. RGB value is (71,114,133). Sum of RGB (Red+Green+Blue) = 71+114+133=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 133 - color contains mainly: blue. Hex color #477285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477285 is #B88D7A. Grayscale: #676767. Windows color (decimal): -12094843 or 8745543. OLE color: 8745543.

HSL color Cylindrical-coordinate representation of color #477285: hue angle of 198.39º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #477285 is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 114 133 -
CMYK 0.47 0.14 0 0.48
HSL 198.39º 0.3% 0.4% -
HSV(B) 198.39º 0.47% 0.52% -
XYZ 12.85 15.07 24.42 -
YUV 103.31 144.75 104.96 -
System Red Green Blue C M Y K H S L
Decimal 71 114 133 0.47 0.14 0 0.48 198.39 0.3 0.4
Hex 47 72 85 2F E 0 30 C6 1E 28
Octal 107 162 205 57 16 0 60 306 36 50
Binary 1000111 1110010 10000101 101111 1110 0 110000 11000110 11110 101000

Color Harmonies of #477285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477285

Black with #477285

Text Example


Text Example

White with #477285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477285; }

 p { color: rgb(71,114,133); }

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

background-color css

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

 a { background-color: rgb(71,114,133); }

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

border-color css

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

 span { border-color: rgb(71,114,133); }

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