Html Css Color HEX #467189 Calypso

📋 copy color: '#467189'

red 70 ◦ green 113 ◦ blue 137

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

Shades of Calypso #467189

Tints of Calypso #467189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.81%

R = 21.88%
G = 35.31%
B = 42.81%

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

#467189 (or 0x467189) is known color: Calypso. HEX triplet: 46, 71 and 89. RGB value is (70,113,137). Sum of RGB (Red+Green+Blue) = 70+113+137=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 137 - color contains mainly: blue. Hex color #467189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467189 is #B98E76. Grayscale: #666666. Windows color (decimal): -12160631 or 9007430. OLE color: 9007430.

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

Color convert

RGB 70 113 137 -
CMYK 0.49 0.18 0 0.46
HSL 201.49º 0.32% 0.41% -
HSV(B) 201.49º 0.49% 0.54% -
XYZ 12.95 14.92 25.86 -
YUV 102.88 147.25 104.55 -
System Red Green Blue C M Y K H S L
Decimal 70 113 137 0.49 0.18 0 0.46 201.49 0.32 0.41
Hex 46 71 89 31 12 0 2E C9 20 29
Octal 106 161 211 61 22 0 56 311 40 51
Binary 1000110 1110001 10001001 110001 10010 0 101110 11001001 100000 101001

Color Harmonies of #467189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467189

Black with #467189

Text Example


Text Example

White with #467189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467189; }

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

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

background-color css

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

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

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

border-color css

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

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

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