Html Css Color HEX #427584 Calypso

📋 copy color: '#427584'

red 66 ◦ green 117 ◦ blue 132

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

Shades of Calypso #427584

Tints of Calypso #427584

RGB

 RED value IS 66 (26.17% from 255) = 20.95%

 GREEN value IS 117 (46.09% from 255) = 37.14%

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

R = 20.95%
G = 37.14%
B = 41.9%

CMYK

 C value IS 0.5

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#427584 (or 0x427584) is known color: Calypso. HEX triplet: 42, 75 and 84. RGB value is (66,117,132). Sum of RGB (Red+Green+Blue) = 66+117+132=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 117 (46.09% from 255 or 37.14% 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 #427584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427584 is #BD8A7B. Grayscale: #676767. Windows color (decimal): -12421756 or 8680770. OLE color: 8680770.

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

Color convert

RGB 66 117 132 -
CMYK 0.5 0.11 0 0.48
HSL 193.64º 0.33% 0.39% -
HSV(B) 193.64º 0.5% 0.52% -
XYZ 12.77 15.55 24.16 -
YUV 103.46 144.1 101.28 -
System Red Green Blue C M Y K H S L
Decimal 66 117 132 0.5 0.11 0 0.48 193.64 0.33 0.39
Hex 42 75 84 32 B 0 30 C2 21 27
Octal 102 165 204 62 13 0 60 302 41 47
Binary 1000010 1110101 10000100 110010 1011 0 110000 11000010 100001 100111

Color Harmonies of #427584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427584

Black with #427584

Text Example


Text Example

White with #427584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427584; }

 p { color: rgb(66,117,132); }

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

background-color css

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

 a { background-color: rgb(66,117,132); }

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

border-color css

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

 span { border-color: rgb(66,117,132); }

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