Html Css Color HEX #427684 Calypso

📋 copy color: '#427684'

red 66 ◦ green 118 ◦ blue 132

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

Shades of Calypso #427684

Tints of Calypso #427684

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.34%

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

R = 20.89%
G = 37.34%
B = 41.77%

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

#427684 (or 0x427684) is known color: Calypso. HEX triplet: 42, 76 and 84. RGB value is (66,118,132). Sum of RGB (Red+Green+Blue) = 66+118+132=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 132 - color contains mainly: blue. Hex color #427684 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427684 is #BD897B. Grayscale: #676767. Windows color (decimal): -12421500 or 8681026. OLE color: 8681026.

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

Color convert

RGB 66 118 132 -
CMYK 0.5 0.11 0 0.48
HSL 192.73º 0.33% 0.39% -
HSV(B) 192.73º 0.5% 0.52% -
XYZ 12.89 15.78 24.2 -
YUV 104.05 143.77 100.86 -
System Red Green Blue C M Y K H S L
Decimal 66 118 132 0.5 0.11 0 0.48 192.73 0.33 0.39
Hex 42 76 84 32 B 0 30 C1 21 27
Octal 102 166 204 62 13 0 60 301 41 47
Binary 1000010 1110110 10000100 110010 1011 0 110000 11000001 100001 100111

Color Harmonies of #427684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427684

Black with #427684

Text Example


Text Example

White with #427684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427684; }

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

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

background-color css

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

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

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

border-color css

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

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

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