Html Css Color HEX #426C89 Calypso

📋 copy color: '#426C89'

red 66 ◦ green 108 ◦ blue 137

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

Shades of Calypso #426C89

Tints of Calypso #426C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 44.05%

R = 21.22%
G = 34.73%
B = 44.05%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#426C89 (or 0x426C89) is known color: Calypso. HEX triplet: 42, 6C and 89. RGB value is (66,108,137). Sum of RGB (Red+Green+Blue) = 66+108+137=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 137 - color contains mainly: blue. Hex color #426C89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426C89 is #BD9376. Grayscale: #626262. Windows color (decimal): -12424055 or 9006146. OLE color: 9006146.

HSL color Cylindrical-coordinate representation of color #426C89: hue angle of 204.51º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #426C89 is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 108 137 -
CMYK 0.52 0.21 0 0.46
HSL 204.51º 0.35% 0.4% -
HSV(B) 204.51º 0.52% 0.54% -
XYZ 12.12 13.69 25.67 -
YUV 98.75 149.59 104.64 -
System Red Green Blue C M Y K H S L
Decimal 66 108 137 0.52 0.21 0 0.46 204.51 0.35 0.4
Hex 42 6C 89 34 15 0 2E CD 23 28
Octal 102 154 211 64 25 0 56 315 43 50
Binary 1000010 1101100 10001001 110100 10101 0 101110 11001101 100011 101000

Color Harmonies of #426C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426C89

Black with #426C89

Text Example


Text Example

White with #426C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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