Html Css Color HEX #41708C Calypso

📋 copy color: '#41708C'

red 65 ◦ green 112 ◦ blue 140

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

Shades of Calypso #41708C

Tints of Calypso #41708C

RGB

 RED value IS 65 (25.78% from 255) = 20.5%

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

 BLUE value IS 140 (55.08% from 255) = 44.16%

R = 20.5%
G = 35.33%
B = 44.16%

CMYK

 C value IS 0.54

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41708C (or 0x41708C) is known color: Calypso. HEX triplet: 41, 70 and 8C. RGB value is (65,112,140). Sum of RGB (Red+Green+Blue) = 65+112+140=317 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.50% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 140 - color contains mainly: blue. Hex color #41708C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41708C is #BE8F73. Grayscale: #646464. Windows color (decimal): -12488564 or 9203777. OLE color: 9203777.

HSL color Cylindrical-coordinate representation of color #41708C: hue angle of 202.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41708C is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 112 140 -
CMYK 0.54 0.20 0 0.45
HSL 202.4º 0.37% 0.4% -
HSV(B) 202.4º 0.54% 0.55% -
XYZ 12.71 14.61 26.96 -
YUV 101.14 149.93 102.22 -
System Red Green Blue C M Y K H S L
Decimal 65 112 140 0.54 0.20 0 0.45 202.4 0.37 0.4
Hex 41 70 8C 36 14 0 2D CA 25 28
Octal 101 160 214 66 24 0 55 312 45 50
Binary 1000001 1110000 10001100 110110 10100 0 101101 11001010 100101 101000

Color Harmonies of #41708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41708C

Black with #41708C

Text Example


Text Example

White with #41708C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41708C; }

 p { color: rgb(65,112,140); }

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

background-color css

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

 a { background-color: rgb(65,112,140); }

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

border-color css

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

 span { border-color: rgb(65,112,140); }

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