Html Css Color HEX #467185 Calypso

📋 copy color: '#467185'

red 70 ◦ green 113 ◦ blue 133

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

Shades of Calypso #467185

Tints of Calypso #467185

RGB

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

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

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

R = 22.15%
G = 35.76%
B = 42.09%

CMYK

 C value IS 0.47

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#467185 (or 0x467185) is known color: Calypso. HEX triplet: 46, 71 and 85. RGB value is (70,113,133). Sum of RGB (Red+Green+Blue) = 70+113+133=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 133 - color contains mainly: blue. Hex color #467185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467185 is #B98E7A. Grayscale: #666666. Windows color (decimal): -12160635 or 8745286. OLE color: 8745286.

HSL color Cylindrical-coordinate representation of color #467185: hue angle of 199.05º degrees, saturation: 0.31, 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 #467185 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 113 133 -
CMYK 0.47 0.15 0 0.48
HSL 199.05º 0.31% 0.4% -
HSV(B) 199.05º 0.47% 0.52% -
XYZ 12.66 14.81 24.38 -
YUV 102.42 145.25 104.87 -
System Red Green Blue C M Y K H S L
Decimal 70 113 133 0.47 0.15 0 0.48 199.05 0.31 0.4
Hex 46 71 85 2F F 0 30 C7 1F 28
Octal 106 161 205 57 17 0 60 307 37 50
Binary 1000110 1110001 10000101 101111 1111 0 110000 11000111 11111 101000

Color Harmonies of #467185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467185

Black with #467185

Text Example


Text Example

White with #467185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467185; }

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

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

background-color css

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

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

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

border-color css

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

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

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