Html Css Color HEX #417082 Calypso

📋 copy color: '#417082'

red 65 ◦ green 112 ◦ blue 130

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

Shades of Calypso #417082

Tints of Calypso #417082

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.48%

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

R = 21.17%
G = 36.48%
B = 42.35%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#417082 (or 0x417082) is known color: Calypso. HEX triplet: 41, 70 and 82. RGB value is (65,112,130). Sum of RGB (Red+Green+Blue) = 65+112+130=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 130 - color contains mainly: blue. Hex color #417082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417082 is #BE8F7D. Grayscale: #636363. Windows color (decimal): -12488574 or 8548417. OLE color: 8548417.

HSL color Cylindrical-coordinate representation of color #417082: hue angle of 196.62º 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 #417082 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 112 130 -
CMYK 0.50 0.14 0 0.49
HSL 196.62º 0.33% 0.38% -
HSV(B) 196.62º 0.5% 0.51% -
XYZ 12 14.32 23.25 -
YUV 100 144.93 103.04 -
System Red Green Blue C M Y K H S L
Decimal 65 112 130 0.50 0.14 0 0.49 196.62 0.33 0.38
Hex 41 70 82 32 E 0 31 C5 21 26
Octal 101 160 202 62 16 0 61 305 41 46
Binary 1000001 1110000 10000010 110010 1110 0 110001 11000101 100001 100110

Color Harmonies of #417082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417082

Black with #417082

Text Example


Text Example

White with #417082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417082; }

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

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

background-color css

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

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

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

border-color css

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

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

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