Html Css Color HEX #40748A Calypso

📋 copy color: '#40748A'

red 64 ◦ green 116 ◦ blue 138

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

Shades of Calypso #40748A

Tints of Calypso #40748A

RGB

 RED value IS 64 (25.39% from 255) = 20.13%

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

 BLUE value IS 138 (54.3% from 255) = 43.4%

R = 20.13%
G = 36.48%
B = 43.4%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#40748A (or 0x40748A) is known color: Calypso. HEX triplet: 40, 74 and 8A. RGB value is (64,116,138). Sum of RGB (Red+Green+Blue) = 64+116+138=318 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.13% from 318); Green value is 116 (45.70% from 255 or 36.48% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 138 - color contains mainly: blue. Hex color #40748A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40748A is #BF8B75. Grayscale: #666666. Windows color (decimal): -12553078 or 9073728. OLE color: 9073728.

HSL color Cylindrical-coordinate representation of color #40748A: hue angle of 197.84º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40748A is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 116 138 -
CMYK 0.54 0.16 0 0.46
HSL 197.84º 0.37% 0.4% -
HSV(B) 197.84º 0.54% 0.54% -
XYZ 12.95 15.42 26.34 -
YUV 102.96 147.77 100.21 -
System Red Green Blue C M Y K H S L
Decimal 64 116 138 0.54 0.16 0 0.46 197.84 0.37 0.4
Hex 40 74 8A 36 10 0 2E C6 25 28
Octal 100 164 212 66 20 0 56 306 45 50
Binary 1000000 1110100 10001010 110110 10000 0 101110 11000110 100101 101000

Color Harmonies of #40748A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40748A

Black with #40748A

Text Example


Text Example

White with #40748A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40748A; }

 p { color: rgb(64,116,138); }

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

background-color css

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

 a { background-color: rgb(64,116,138); }

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

border-color css

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

 span { border-color: rgb(64,116,138); }

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