Html Css Color HEX #426F84 Calypso

📋 copy color: '#426F84'

red 66 ◦ green 111 ◦ blue 132

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

Shades of Calypso #426F84

Tints of Calypso #426F84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 42.72%

R = 21.36%
G = 35.92%
B = 42.72%

CMYK

 C value IS 0.5

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#426F84 (or 0x426F84) is known color: Calypso. HEX triplet: 42, 6F and 84. RGB value is (66,111,132). Sum of RGB (Red+Green+Blue) = 66+111+132=309 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.36% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 132 (51.95% from 255 or 42.72% from 309); Max value from RGB is 132 - color contains mainly: blue. Hex color #426F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426F84 is #BD907B. Grayscale: #636363. Windows color (decimal): -12423292 or 8679234. OLE color: 8679234.

HSL color Cylindrical-coordinate representation of color #426F84: hue angle of 199.09º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #426F84 is Cyan = 0.5, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 111 132 -
CMYK 0.5 0.16 0 0.48
HSL 199.09º 0.33% 0.39% -
HSV(B) 199.09º 0.5% 0.52% -
XYZ 12.1 14.19 23.93 -
YUV 99.94 146.09 103.79 -
System Red Green Blue C M Y K H S L
Decimal 66 111 132 0.5 0.16 0 0.48 199.09 0.33 0.39
Hex 42 6F 84 32 10 0 30 C7 21 27
Octal 102 157 204 62 20 0 60 307 41 47
Binary 1000010 1101111 10000100 110010 10000 0 110000 11000111 100001 100111

Color Harmonies of #426F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426F84

Black with #426F84

Text Example


Text Example

White with #426F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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