Html Css Color HEX #417095 Calypso

📋 copy color: '#417095'

red 65 ◦ green 112 ◦ blue 149

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

Shades of Calypso #417095

Tints of Calypso #417095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.71%

R = 19.94%
G = 34.36%
B = 45.71%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#417095 (or 0x417095) is known color: Calypso. HEX triplet: 41, 70 and 95. RGB value is (65,112,149). Sum of RGB (Red+Green+Blue) = 65+112+149=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 149 - color contains mainly: blue. Hex color #417095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417095 is #BE8F6A. Grayscale: #656565. Windows color (decimal): -12488555 or 9793601. OLE color: 9793601.

HSL color Cylindrical-coordinate representation of color #417095: hue angle of 206.43º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #417095 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 112 149 -
CMYK 0.56 0.25 0 0.42
HSL 206.43º 0.39% 0.42% -
HSV(B) 206.43º 0.56% 0.58% -
XYZ 13.4 14.88 30.6 -
YUV 102.17 154.43 101.49 -
System Red Green Blue C M Y K H S L
Decimal 65 112 149 0.56 0.25 0 0.42 206.43 0.39 0.42
Hex 41 70 95 38 19 0 2A CE 27 2A
Octal 101 160 225 70 31 0 52 316 47 52
Binary 1000001 1110000 10010101 111000 11001 0 101010 11001110 100111 101010

Color Harmonies of #417095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417095

Black with #417095

Text Example


Text Example

White with #417095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417095; }

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

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

background-color css

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

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

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

border-color css

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

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

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