Html Css Color HEX #427681 Calypso

📋 copy color: '#427681'

red 66 ◦ green 118 ◦ blue 129

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

Shades of Calypso #427681

Tints of Calypso #427681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 41.21%

R = 21.09%
G = 37.7%
B = 41.21%

CMYK

 C value IS 0.49

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#427681 (or 0x427681) is known color: Calypso. HEX triplet: 42, 76 and 81. RGB value is (66,118,129). Sum of RGB (Red+Green+Blue) = 66+118+129=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 129 - color contains mainly: blue. Hex color #427681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427681 is #BD897E. Grayscale: #676767. Windows color (decimal): -12421503 or 8484418. OLE color: 8484418.

HSL color Cylindrical-coordinate representation of color #427681: hue angle of 190.48º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #427681 is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 118 129 -
CMYK 0.49 0.09 0 0.49
HSL 190.48º 0.32% 0.38% -
HSV(B) 190.48º 0.49% 0.51% -
XYZ 12.69 15.7 23.13 -
YUV 103.71 142.27 101.11 -
System Red Green Blue C M Y K H S L
Decimal 66 118 129 0.49 0.09 0 0.49 190.48 0.32 0.38
Hex 42 76 81 31 9 0 31 BE 20 26
Octal 102 166 201 61 11 0 61 276 40 46
Binary 1000010 1110110 10000001 110001 1001 0 110001 10111110 100000 100110

Color Harmonies of #427681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427681

Black with #427681

Text Example


Text Example

White with #427681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427681; }

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

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

background-color css

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

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

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

border-color css

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

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

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