Html Css Color HEX #41748C Calypso

📋 copy color: '#41748C'

red 65 ◦ green 116 ◦ blue 140

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

Shades of Calypso #41748C

Tints of Calypso #41748C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.14%

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

R = 20.25%
G = 36.14%
B = 43.61%

CMYK

 C value IS 0.54

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41748C (or 0x41748C) is known color: Calypso. HEX triplet: 41, 74 and 8C. RGB value is (65,116,140). Sum of RGB (Red+Green+Blue) = 65+116+140=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 116 (45.70% from 255 or 36.14% from 321); Blue value is 140 (55.08% from 255 or 43.61% from 321); Max value from RGB is 140 - color contains mainly: blue. Hex color #41748C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41748C is #BE8B73. Grayscale: #676767. Windows color (decimal): -12487540 or 9204801. OLE color: 9204801.

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

Color convert

RGB 65 116 140 -
CMYK 0.54 0.17 0 0.45
HSL 199.2º 0.37% 0.4% -
HSV(B) 199.2º 0.54% 0.55% -
XYZ 13.16 15.51 27.11 -
YUV 103.49 148.6 100.55 -
System Red Green Blue C M Y K H S L
Decimal 65 116 140 0.54 0.17 0 0.45 199.2 0.37 0.4
Hex 41 74 8C 36 11 0 2D C7 25 28
Octal 101 164 214 66 21 0 55 307 45 50
Binary 1000001 1110100 10001100 110110 10001 0 101101 11000111 100101 101000

Color Harmonies of #41748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41748C

Black with #41748C

Text Example


Text Example

White with #41748C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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