Html Css Color HEX #46718B Calypso

📋 copy color: '#46718B'

red 70 ◦ green 113 ◦ blue 139

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

Shades of Calypso #46718B

Tints of Calypso #46718B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.17%

R = 21.74%
G = 35.09%
B = 43.17%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#46718B (or 0x46718B) is known color: Calypso. HEX triplet: 46, 71 and 8B. RGB value is (70,113,139). Sum of RGB (Red+Green+Blue) = 70+113+139=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #46718B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46718B is #B98E74. Grayscale: #666666. Windows color (decimal): -12160629 or 9138502. OLE color: 9138502.

HSL color Cylindrical-coordinate representation of color #46718B: hue angle of 202.61º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #46718B is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 113 139 -
CMYK 0.50 0.19 0 0.45
HSL 202.61º 0.33% 0.41% -
HSV(B) 202.61º 0.5% 0.55% -
XYZ 13.09 14.98 26.63 -
YUV 103.11 148.25 104.39 -
System Red Green Blue C M Y K H S L
Decimal 70 113 139 0.50 0.19 0 0.45 202.61 0.33 0.41
Hex 46 71 8B 32 13 0 2D CB 21 29
Octal 106 161 213 62 23 0 55 313 41 51
Binary 1000110 1110001 10001011 110010 10011 0 101101 11001011 100001 101001

Color Harmonies of #46718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46718B

Black with #46718B

Text Example


Text Example

White with #46718B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46718B; }

 p { color: rgb(70,113,139); }

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

background-color css

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

 a { background-color: rgb(70,113,139); }

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

border-color css

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

 span { border-color: rgb(70,113,139); }

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