Html Css Color HEX #416A82 Calypso

📋 copy color: '#416A82'

red 65 ◦ green 106 ◦ blue 130

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

Shades of Calypso #416A82

Tints of Calypso #416A82

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.22%

 BLUE value IS 130 (51.17% from 255) = 43.19%

R = 21.59%
G = 35.22%
B = 43.19%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#416A82 (or 0x416A82) is known color: Calypso. HEX triplet: 41, 6A and 82. RGB value is (65,106,130). Sum of RGB (Red+Green+Blue) = 65+106+130=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 130 - color contains mainly: blue. Hex color #416A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416A82 is #BE957D. Grayscale: #606060. Windows color (decimal): -12490110 or 8546881. OLE color: 8546881.

HSL color Cylindrical-coordinate representation of color #416A82: hue angle of 202.15º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #416A82 is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 106 130 -
CMYK 0.50 0.18 0 0.49
HSL 202.15º 0.33% 0.38% -
HSV(B) 202.15º 0.5% 0.51% -
XYZ 11.36 13.04 23.04 -
YUV 96.48 146.92 105.55 -
System Red Green Blue C M Y K H S L
Decimal 65 106 130 0.50 0.18 0 0.49 202.15 0.33 0.38
Hex 41 6A 82 32 12 0 31 CA 21 26
Octal 101 152 202 62 22 0 61 312 41 46
Binary 1000001 1101010 10000010 110010 10010 0 110001 11001010 100001 100110

Color Harmonies of #416A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416A82

Black with #416A82

Text Example


Text Example

White with #416A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416A82; }

 p { color: rgb(65,106,130); }

 H1.HeaderClassName
 {
   color: #416A82;
 }
 .AnyTagClassName
 {
   color: #416A82;
 }
</style>

background-color css

<style>
 a { background-color: #416A82; }

 a { background-color: rgb(65,106,130); }

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

border-color css

<style>
 span { border-color: #416A82; }

 span { border-color: rgb(65,106,130); }

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