Html Css Color HEX #46708A Calypso

📋 copy color: '#46708A'

red 70 ◦ green 112 ◦ blue 138

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

Shades of Calypso #46708A

Tints of Calypso #46708A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35%

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

R = 21.88%
G = 35%
B = 43.13%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#46708A (or 0x46708A) is known color: Calypso. HEX triplet: 46, 70 and 8A. RGB value is (70,112,138). Sum of RGB (Red+Green+Blue) = 70+112+138=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 138 - color contains mainly: blue. Hex color #46708A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46708A is #B98F75. Grayscale: #666666. Windows color (decimal): -12160886 or 9072710. OLE color: 9072710.

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

Color convert

RGB 70 112 138 -
CMYK 0.49 0.19 0 0.46
HSL 202.94º 0.33% 0.41% -
HSV(B) 202.94º 0.49% 0.54% -
XYZ 12.91 14.73 26.21 -
YUV 102.41 148.09 104.89 -
System Red Green Blue C M Y K H S L
Decimal 70 112 138 0.49 0.19 0 0.46 202.94 0.33 0.41
Hex 46 70 8A 31 13 0 2E CB 21 29
Octal 106 160 212 61 23 0 56 313 41 51
Binary 1000110 1110000 10001010 110001 10011 0 101110 11001011 100001 101001

Color Harmonies of #46708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46708A

Black with #46708A

Text Example


Text Example

White with #46708A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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