Html Css Color HEX #417083 Calypso

📋 copy color: '#417083'

red 65 ◦ green 112 ◦ blue 131

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

Shades of Calypso #417083

Tints of Calypso #417083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 42.53%

R = 21.1%
G = 36.36%
B = 42.53%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#417083 (or 0x417083) is known color: Calypso. HEX triplet: 41, 70 and 83. RGB value is (65,112,131). Sum of RGB (Red+Green+Blue) = 65+112+131=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 131 - color contains mainly: blue. Hex color #417083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417083 is #BE8F7C. Grayscale: #636363. Windows color (decimal): -12488573 or 8613953. OLE color: 8613953.

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

Color convert

RGB 65 112 131 -
CMYK 0.50 0.15 0 0.49
HSL 197.27º 0.34% 0.38% -
HSV(B) 197.27º 0.5% 0.51% -
XYZ 12.07 14.35 23.61 -
YUV 100.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 65 112 131 0.50 0.15 0 0.49 197.27 0.34 0.38
Hex 41 70 83 32 F 0 31 C5 22 26
Octal 101 160 203 62 17 0 61 305 42 46
Binary 1000001 1110000 10000011 110010 1111 0 110001 11000101 100010 100110

Color Harmonies of #417083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417083

Black with #417083

Text Example


Text Example

White with #417083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417083; }

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

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

background-color css

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

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

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

border-color css

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

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

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