Html Css Color HEX #407783 Calypso

📋 copy color: '#407783'

red 64 ◦ green 119 ◦ blue 131

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

Shades of Calypso #407783

Tints of Calypso #407783

RGB

 RED value IS 64 (25.39% from 255) = 20.38%

 GREEN value IS 119 (46.88% from 255) = 37.9%

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

R = 20.38%
G = 37.9%
B = 41.72%

CMYK

 C value IS 0.51

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#407783 (or 0x407783) is known color: Calypso. HEX triplet: 40, 77 and 83. RGB value is (64,119,131). Sum of RGB (Red+Green+Blue) = 64+119+131=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 131 - color contains mainly: blue. Hex color #407783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407783 is #BF887C. Grayscale: #676767. Windows color (decimal): -12552317 or 8615744. OLE color: 8615744.

HSL color Cylindrical-coordinate representation of color #407783: hue angle of 190.75º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #407783 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 119 131 -
CMYK 0.51 0.09 0 0.49
HSL 190.75º 0.34% 0.38% -
HSV(B) 190.75º 0.51% 0.51% -
XYZ 12.81 15.92 23.87 -
YUV 103.92 143.28 99.52 -
System Red Green Blue C M Y K H S L
Decimal 64 119 131 0.51 0.09 0 0.49 190.75 0.34 0.38
Hex 40 77 83 33 9 0 31 BF 22 26
Octal 100 167 203 63 11 0 61 277 42 46
Binary 1000000 1110111 10000011 110011 1001 0 110001 10111111 100010 100110

Color Harmonies of #407783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407783

Black with #407783

Text Example


Text Example

White with #407783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407783; }

 p { color: rgb(64,119,131); }

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

background-color css

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

 a { background-color: rgb(64,119,131); }

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

border-color css

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

 span { border-color: rgb(64,119,131); }

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