Html Css Color HEX #417091 Calypso

📋 copy color: '#417091'

red 65 ◦ green 112 ◦ blue 145

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

Shades of Calypso #417091

Tints of Calypso #417091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 45.03%

R = 20.19%
G = 34.78%
B = 45.03%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#417091 (or 0x417091) is known color: Calypso. HEX triplet: 41, 70 and 91. RGB value is (65,112,145). Sum of RGB (Red+Green+Blue) = 65+112+145=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 145 (57.03% from 255 or 45.03% from 322); Max value from RGB is 145 - color contains mainly: blue. Hex color #417091 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417091 is #BE8F6E. Grayscale: #656565. Windows color (decimal): -12488559 or 9531457. OLE color: 9531457.

HSL color Cylindrical-coordinate representation of color #417091: hue angle of 204.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #417091 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 112 145 -
CMYK 0.55 0.23 0 0.43
HSL 204.75º 0.38% 0.41% -
HSV(B) 204.75º 0.55% 0.57% -
XYZ 13.08 14.76 28.95 -
YUV 101.71 152.43 101.82 -
System Red Green Blue C M Y K H S L
Decimal 65 112 145 0.55 0.23 0 0.43 204.75 0.38 0.41
Hex 41 70 91 37 17 0 2B CD 26 29
Octal 101 160 221 67 27 0 53 315 46 51
Binary 1000001 1110000 10010001 110111 10111 0 101011 11001101 100110 101001

Color Harmonies of #417091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417091

Black with #417091

Text Example


Text Example

White with #417091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417091; }

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

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

background-color css

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

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

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

border-color css

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

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

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