Html Css Color HEX #426F81 Calypso

📋 copy color: '#426F81'

red 66 ◦ green 111 ◦ blue 129

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

Shades of Calypso #426F81

Tints of Calypso #426F81

RGB

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

 GREEN value IS 111 (43.75% from 255) = 36.27%

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

R = 21.57%
G = 36.27%
B = 42.16%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#426F81 (or 0x426F81) is known color: Calypso. HEX triplet: 42, 6F and 81. RGB value is (66,111,129). Sum of RGB (Red+Green+Blue) = 66+111+129=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 111 (43.75% from 255 or 36.27% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 129 - color contains mainly: blue. Hex color #426F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426F81 is #BD907E. Grayscale: #636363. Windows color (decimal): -12423295 or 8482626. OLE color: 8482626.

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

Color convert

RGB 66 111 129 -
CMYK 0.49 0.14 0 0.49
HSL 197.14º 0.32% 0.38% -
HSV(B) 197.14º 0.49% 0.51% -
XYZ 11.89 14.11 22.87 -
YUV 99.6 144.59 104.04 -
System Red Green Blue C M Y K H S L
Decimal 66 111 129 0.49 0.14 0 0.49 197.14 0.32 0.38
Hex 42 6F 81 31 E 0 31 C5 20 26
Octal 102 157 201 61 16 0 61 305 40 46
Binary 1000010 1101111 10000001 110001 1110 0 110001 11000101 100000 100110

Color Harmonies of #426F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426F81

Black with #426F81

Text Example


Text Example

White with #426F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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