Html Css Color HEX #426D88 Calypso

📋 copy color: '#426D88'

red 66 ◦ green 109 ◦ blue 136

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

Shades of Calypso #426D88

Tints of Calypso #426D88

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.05%

 BLUE value IS 136 (53.52% from 255) = 43.73%

R = 21.22%
G = 35.05%
B = 43.73%

CMYK

 C value IS 0.51

 M value IS 0.20

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#426D88 (or 0x426D88) is known color: Calypso. HEX triplet: 42, 6D and 88. RGB value is (66,109,136). Sum of RGB (Red+Green+Blue) = 66+109+136=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 136 (53.52% from 255 or 43.73% from 311); Max value from RGB is 136 - color contains mainly: blue. Hex color #426D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426D88 is #BD9277. Grayscale: #636363. Windows color (decimal): -12423800 or 8940866. OLE color: 8940866.

HSL color Cylindrical-coordinate representation of color #426D88: hue angle of 203.14º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #426D88 is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 109 136 -
CMYK 0.51 0.20 0 0.47
HSL 203.14º 0.35% 0.4% -
HSV(B) 203.14º 0.51% 0.53% -
XYZ 12.16 13.87 25.33 -
YUV 99.22 148.75 104.3 -
System Red Green Blue C M Y K H S L
Decimal 66 109 136 0.51 0.20 0 0.47 203.14 0.35 0.4
Hex 42 6D 88 33 14 0 2F CB 23 28
Octal 102 155 210 63 24 0 57 313 43 50
Binary 1000010 1101101 10001000 110011 10100 0 101111 11001011 100011 101000

Color Harmonies of #426D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426D88

Black with #426D88

Text Example


Text Example

White with #426D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,109,136); }

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

background-color css

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

 a { background-color: rgb(66,109,136); }

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

border-color css

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

 span { border-color: rgb(66,109,136); }

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