Html Css Color HEX #426C81 Calypso

📋 copy color: '#426C81'

red 66 ◦ green 108 ◦ blue 129

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

Shades of Calypso #426C81

Tints of Calypso #426C81

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.64%

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

R = 21.78%
G = 35.64%
B = 42.57%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#426C81 (or 0x426C81) is known color: Calypso. HEX triplet: 42, 6C and 81. RGB value is (66,108,129). Sum of RGB (Red+Green+Blue) = 66+108+129=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 108 (42.58% from 255 or 35.64% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 129 - color contains mainly: blue. Hex color #426C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426C81 is #BD937E. Grayscale: #616161. Windows color (decimal): -12424063 or 8481858. OLE color: 8481858.

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

Color convert

RGB 66 108 129 -
CMYK 0.49 0.16 0 0.49
HSL 200º 0.32% 0.38% -
HSV(B) 200º 0.49% 0.51% -
XYZ 11.57 13.47 22.76 -
YUV 97.84 145.59 105.29 -
System Red Green Blue C M Y K H S L
Decimal 66 108 129 0.49 0.16 0 0.49 200 0.32 0.38
Hex 42 6C 81 31 10 0 31 C8 20 26
Octal 102 154 201 61 20 0 61 310 40 46
Binary 1000010 1101100 10000001 110001 10000 0 110001 11001000 100000 100110

Color Harmonies of #426C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426C81

Black with #426C81

Text Example


Text Example

White with #426C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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