Html Css Color HEX #417280 Calypso

📋 copy color: '#417280'

red 65 ◦ green 114 ◦ blue 128

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

Shades of Calypso #417280

Tints of Calypso #417280

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.13%

 BLUE value IS 128 (50.39% from 255) = 41.69%

R = 21.17%
G = 37.13%
B = 41.69%

CMYK

 C value IS 0.49

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#417280 (or 0x417280) is known color: Calypso. HEX triplet: 41, 72 and 80. RGB value is (65,114,128). Sum of RGB (Red+Green+Blue) = 65+114+128=307 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.17% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 128 (50.39% from 255 or 41.69% from 307); Max value from RGB is 128 - color contains mainly: blue. Hex color #417280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417280 is #BE8D7F. Grayscale: #646464. Windows color (decimal): -12488064 or 8417857. OLE color: 8417857.

HSL color Cylindrical-coordinate representation of color #417280: hue angle of 193.33º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #417280 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 114 128 -
CMYK 0.49 0.11 0 0.50
HSL 193.33º 0.33% 0.38% -
HSV(B) 193.33º 0.49% 0.5% -
XYZ 12.09 14.72 22.63 -
YUV 100.95 143.27 102.36 -
System Red Green Blue C M Y K H S L
Decimal 65 114 128 0.49 0.11 0 0.50 193.33 0.33 0.38
Hex 41 72 80 31 B 0 32 C1 21 26
Octal 101 162 200 61 13 0 62 301 41 46
Binary 1000001 1110010 10000000 110001 1011 0 110010 11000001 100001 100110

Color Harmonies of #417280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417280

Black with #417280

Text Example


Text Example

White with #417280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417280; }

 p { color: rgb(65,114,128); }

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

background-color css

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

 a { background-color: rgb(65,114,128); }

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

border-color css

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

 span { border-color: rgb(65,114,128); }

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