Html Css Color HEX #406883 Calypso

📋 copy color: '#406883'

red 64 ◦ green 104 ◦ blue 131

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

Shades of Calypso #406883

Tints of Calypso #406883

RGB

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

 GREEN value IS 104 (41.02% from 255) = 34.78%

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

R = 21.4%
G = 34.78%
B = 43.81%

CMYK

 C value IS 0.51

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#406883 (or 0x406883) is known color: Calypso. HEX triplet: 40, 68 and 83. RGB value is (64,104,131). Sum of RGB (Red+Green+Blue) = 64+104+131=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 131 - color contains mainly: blue. Hex color #406883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #406883 is #BF977C. Grayscale: #5E5E5E. Windows color (decimal): -12556157 or 8611904. OLE color: 8611904.

HSL color Cylindrical-coordinate representation of color #406883: hue angle of 204.18º 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 #406883 is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 104 131 -
CMYK 0.51 0.21 0 0.49
HSL 204.18º 0.34% 0.38% -
HSV(B) 204.18º 0.51% 0.51% -
XYZ 11.16 12.63 23.32 -
YUV 95.12 148.25 105.8 -
System Red Green Blue C M Y K H S L
Decimal 64 104 131 0.51 0.21 0 0.49 204.18 0.34 0.38
Hex 40 68 83 33 15 0 31 CC 22 26
Octal 100 150 203 63 25 0 61 314 42 46
Binary 1000000 1101000 10000011 110011 10101 0 110001 11001100 100010 100110

Color Harmonies of #406883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406883

Black with #406883

Text Example


Text Example

White with #406883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406883; }

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

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

background-color css

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

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

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

border-color css

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

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

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