Html Css Color HEX #426E81 Calypso

📋 copy color: '#426E81'

red 66 ◦ green 110 ◦ blue 129

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

Shades of Calypso #426E81

Tints of Calypso #426E81

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.07%

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

R = 21.64%
G = 36.07%
B = 42.3%

CMYK

 C value IS 0.49

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#426E81 (or 0x426E81) is known color: Calypso. HEX triplet: 42, 6E and 81. RGB value is (66,110,129). Sum of RGB (Red+Green+Blue) = 66+110+129=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 129 - color contains mainly: blue. Hex color #426E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426E81 is #BD917E. Grayscale: #626262. Windows color (decimal): -12423551 or 8482370. OLE color: 8482370.

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

Color convert

RGB 66 110 129 -
CMYK 0.49 0.15 0 0.49
HSL 198.1º 0.32% 0.38% -
HSV(B) 198.1º 0.49% 0.51% -
XYZ 11.79 13.9 22.83 -
YUV 99.01 144.92 104.46 -
System Red Green Blue C M Y K H S L
Decimal 66 110 129 0.49 0.15 0 0.49 198.1 0.32 0.38
Hex 42 6E 81 31 F 0 31 C6 20 26
Octal 102 156 201 61 17 0 61 306 40 46
Binary 1000010 1101110 10000001 110001 1111 0 110001 11000110 100000 100110

Color Harmonies of #426E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426E81

Black with #426E81

Text Example


Text Example

White with #426E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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