Html Css Color HEX #41728C Calypso

📋 copy color: '#41728C'

red 65 ◦ green 114 ◦ blue 140

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

Shades of Calypso #41728C

Tints of Calypso #41728C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.74%

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

R = 20.38%
G = 35.74%
B = 43.89%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41728C (or 0x41728C) is known color: Calypso. HEX triplet: 41, 72 and 8C. RGB value is (65,114,140). Sum of RGB (Red+Green+Blue) = 65+114+140=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #41728C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41728C is #BE8D73. Grayscale: #666666. Windows color (decimal): -12488052 or 9204289. OLE color: 9204289.

HSL color Cylindrical-coordinate representation of color #41728C: hue angle of 200.8º 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 #41728C is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 114 140 -
CMYK 0.54 0.19 0 0.45
HSL 200.8º 0.37% 0.4% -
HSV(B) 200.8º 0.54% 0.55% -
XYZ 12.93 15.05 27.03 -
YUV 102.31 149.27 101.39 -
System Red Green Blue C M Y K H S L
Decimal 65 114 140 0.54 0.19 0 0.45 200.8 0.37 0.4
Hex 41 72 8C 36 13 0 2D C9 25 28
Octal 101 162 214 66 23 0 55 311 45 50
Binary 1000001 1110010 10001100 110110 10011 0 101101 11001001 100101 101000

Color Harmonies of #41728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41728C

Black with #41728C

Text Example


Text Example

White with #41728C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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