Html Css Color HEX #41728B Calypso

📋 copy color: '#41728B'

red 65 ◦ green 114 ◦ blue 139

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

Shades of Calypso #41728B

Tints of Calypso #41728B

RGB

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

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

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

R = 20.44%
G = 35.85%
B = 43.71%

CMYK

 C value IS 0.53

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41728B (or 0x41728B) is known color: Calypso. HEX triplet: 41, 72 and 8B. RGB value is (65,114,139). Sum of RGB (Red+Green+Blue) = 65+114+139=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 139 (54.69% from 255 or 43.71% from 318); Max value from RGB is 139 - color contains mainly: blue. Hex color #41728B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41728B is #BE8D74. Grayscale: #666666. Windows color (decimal): -12488053 or 9138753. OLE color: 9138753.

HSL color Cylindrical-coordinate representation of color #41728B: hue angle of 200.27º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #41728B is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 114 139 -
CMYK 0.53 0.18 0 0.45
HSL 200.27º 0.36% 0.4% -
HSV(B) 200.27º 0.53% 0.55% -
XYZ 12.86 15.02 26.65 -
YUV 102.2 148.77 101.47 -
System Red Green Blue C M Y K H S L
Decimal 65 114 139 0.53 0.18 0 0.45 200.27 0.36 0.4
Hex 41 72 8B 35 12 0 2D C8 24 28
Octal 101 162 213 65 22 0 55 310 44 50
Binary 1000001 1110010 10001011 110101 10010 0 101101 11001000 100100 101000

Color Harmonies of #41728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41728B

Black with #41728B

Text Example


Text Example

White with #41728B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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