Html Css Color HEX #417090 Calypso

📋 copy color: '#417090'

red 65 ◦ green 112 ◦ blue 144

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

Shades of Calypso #417090

Tints of Calypso #417090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.86%

R = 20.25%
G = 34.89%
B = 44.86%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#417090 (or 0x417090) is known color: Calypso. HEX triplet: 41, 70 and 90. RGB value is (65,112,144). Sum of RGB (Red+Green+Blue) = 65+112+144=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #417090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417090 is #BE8F6F. Grayscale: #656565. Windows color (decimal): -12488560 or 9465921. OLE color: 9465921.

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

Color convert

RGB 65 112 144 -
CMYK 0.55 0.22 0 0.44
HSL 204.3º 0.38% 0.41% -
HSV(B) 204.3º 0.55% 0.56% -
XYZ 13.01 14.73 28.54 -
YUV 101.6 151.93 101.9 -
System Red Green Blue C M Y K H S L
Decimal 65 112 144 0.55 0.22 0 0.44 204.3 0.38 0.41
Hex 41 70 90 37 16 0 2C CC 26 29
Octal 101 160 220 67 26 0 54 314 46 51
Binary 1000001 1110000 10010000 110111 10110 0 101100 11001100 100110 101001

Color Harmonies of #417090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417090

Black with #417090

Text Example


Text Example

White with #417090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417090; }

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

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

background-color css

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

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

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

border-color css

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

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

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