Html Css Color HEX #46728A Calypso

📋 copy color: '#46728A'

red 70 ◦ green 114 ◦ blue 138

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

Shades of Calypso #46728A

Tints of Calypso #46728A

RGB

 RED value IS 70 (27.73% from 255) = 21.74%

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

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

R = 21.74%
G = 35.4%
B = 42.86%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#46728A (or 0x46728A) is known color: Calypso. HEX triplet: 46, 72 and 8A. RGB value is (70,114,138). Sum of RGB (Red+Green+Blue) = 70+114+138=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 114 (44.92% from 255 or 35.40% 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 #46728A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46728A is #B98D75. Grayscale: #676767. Windows color (decimal): -12160374 or 9073222. OLE color: 9073222.

HSL color Cylindrical-coordinate representation of color #46728A: hue angle of 201.18º degrees, saturation: 0.33, 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 #46728A is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 70 114 138 -
CMYK 0.49 0.17 0 0.46
HSL 201.18º 0.33% 0.41% -
HSV(B) 201.18º 0.49% 0.54% -
XYZ 13.13 15.17 26.28 -
YUV 103.58 147.42 104.05 -
System Red Green Blue C M Y K H S L
Decimal 70 114 138 0.49 0.17 0 0.46 201.18 0.33 0.41
Hex 46 72 8A 31 11 0 2E C9 21 29
Octal 106 162 212 61 21 0 56 311 41 51
Binary 1000110 1110010 10001010 110001 10001 0 101110 11001001 100001 101001

Color Harmonies of #46728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46728A

Black with #46728A

Text Example


Text Example

White with #46728A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,114,138); }

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

background-color css

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

 a { background-color: rgb(70,114,138); }

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

border-color css

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

 span { border-color: rgb(70,114,138); }

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