Html Css Color HEX #407784 Calypso

📋 copy color: '#407784'

red 64 ◦ green 119 ◦ blue 132

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

Shades of Calypso #407784

Tints of Calypso #407784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 41.9%

R = 20.32%
G = 37.78%
B = 41.9%

CMYK

 C value IS 0.52

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#407784 (or 0x407784) is known color: Calypso. HEX triplet: 40, 77 and 84. RGB value is (64,119,132). Sum of RGB (Red+Green+Blue) = 64+119+132=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 132 - color contains mainly: blue. Hex color #407784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407784 is #BF887B. Grayscale: #676767. Windows color (decimal): -12552316 or 8681280. OLE color: 8681280.

HSL color Cylindrical-coordinate representation of color #407784: hue angle of 191.47º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #407784 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 119 132 -
CMYK 0.52 0.10 0 0.48
HSL 191.47º 0.35% 0.38% -
HSV(B) 191.47º 0.52% 0.52% -
XYZ 12.88 15.95 24.23 -
YUV 104.04 143.78 99.44 -
System Red Green Blue C M Y K H S L
Decimal 64 119 132 0.52 0.10 0 0.48 191.47 0.35 0.38
Hex 40 77 84 34 A 0 30 BF 23 26
Octal 100 167 204 64 12 0 60 277 43 46
Binary 1000000 1110111 10000100 110100 1010 0 110000 10111111 100011 100110

Color Harmonies of #407784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407784

Black with #407784

Text Example


Text Example

White with #407784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407784; }

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

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

background-color css

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

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

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

border-color css

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

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

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