Html Css Color HEX #426E83 Calypso

📋 copy color: '#426E83'

red 66 ◦ green 110 ◦ blue 131

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

Shades of Calypso #426E83

Tints of Calypso #426E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 42.67%

R = 21.5%
G = 35.83%
B = 42.67%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#426E83 (or 0x426E83) is known color: Calypso. HEX triplet: 42, 6E and 83. RGB value is (66,110,131). Sum of RGB (Red+Green+Blue) = 66+110+131=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 131 - color contains mainly: blue. Hex color #426E83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426E83 is #BD917C. Grayscale: #636363. Windows color (decimal): -12423549 or 8613442. OLE color: 8613442.

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

Color convert

RGB 66 110 131 -
CMYK 0.50 0.16 0 0.49
HSL 199.38º 0.33% 0.39% -
HSV(B) 199.38º 0.5% 0.51% -
XYZ 11.92 13.95 23.54 -
YUV 99.24 145.92 104.29 -
System Red Green Blue C M Y K H S L
Decimal 66 110 131 0.50 0.16 0 0.49 199.38 0.33 0.39
Hex 42 6E 83 32 10 0 31 C7 21 27
Octal 102 156 203 62 20 0 61 307 41 47
Binary 1000010 1101110 10000011 110010 10000 0 110001 11000111 100001 100111

Color Harmonies of #426E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426E83

Black with #426E83

Text Example


Text Example

White with #426E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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