Html Css Color HEX #407284 Calypso

📋 copy color: '#407284'

red 64 ◦ green 114 ◦ blue 132

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

Shades of Calypso #407284

Tints of Calypso #407284

RGB

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

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

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

R = 20.65%
G = 36.77%
B = 42.58%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#407284 (or 0x407284) is known color: Calypso. HEX triplet: 40, 72 and 84. RGB value is (64,114,132). Sum of RGB (Red+Green+Blue) = 64+114+132=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 132 - color contains mainly: blue. Hex color #407284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #407284 is #BF8D7B. Grayscale: #646464. Windows color (decimal): -12553596 or 8680000. OLE color: 8680000.

HSL color Cylindrical-coordinate representation of color #407284: hue angle of 195.88º 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 #407284 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 114 132 -
CMYK 0.52 0.14 0 0.48
HSL 195.88º 0.35% 0.38% -
HSV(B) 195.88º 0.52% 0.52% -
XYZ 12.3 14.79 24.04 -
YUV 101.1 145.44 101.54 -
System Red Green Blue C M Y K H S L
Decimal 64 114 132 0.52 0.14 0 0.48 195.88 0.35 0.38
Hex 40 72 84 34 E 0 30 C4 23 26
Octal 100 162 204 64 16 0 60 304 43 46
Binary 1000000 1110010 10000100 110100 1110 0 110000 11000100 100011 100110

Color Harmonies of #407284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407284

Black with #407284

Text Example


Text Example

White with #407284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407284; }

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

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

background-color css

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

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

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

border-color css

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

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

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