Html Css Color HEX #426982 Calypso

📋 copy color: '#426982'

red 66 ◦ green 105 ◦ blue 130

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

Shades of Calypso #426982

Tints of Calypso #426982

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.88%

 BLUE value IS 130 (51.17% from 255) = 43.19%

R = 21.93%
G = 34.88%
B = 43.19%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#426982 (or 0x426982) is known color: Calypso. HEX triplet: 42, 69 and 82. RGB value is (66,105,130). Sum of RGB (Red+Green+Blue) = 66+105+130=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 130 (51.17% from 255 or 43.19% from 301); Max value from RGB is 130 - color contains mainly: blue. Hex color #426982 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426982 is #BD967D. Grayscale: #606060. Windows color (decimal): -12424830 or 8546626. OLE color: 8546626.

HSL color Cylindrical-coordinate representation of color #426982: hue angle of 203.44º degrees, saturation: 0.33, 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 #426982 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 105 130 -
CMYK 0.49 0.19 0 0.49
HSL 203.44º 0.33% 0.38% -
HSV(B) 203.44º 0.49% 0.51% -
XYZ 11.33 12.87 23.01 -
YUV 96.19 147.08 106.47 -
System Red Green Blue C M Y K H S L
Decimal 66 105 130 0.49 0.19 0 0.49 203.44 0.33 0.38
Hex 42 69 82 31 13 0 31 CB 21 26
Octal 102 151 202 61 23 0 61 313 41 46
Binary 1000010 1101001 10000010 110001 10011 0 110001 11001011 100001 100110

Color Harmonies of #426982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426982

Black with #426982

Text Example


Text Example

White with #426982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426982; }

 p { color: rgb(66,105,130); }

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

background-color css

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

 a { background-color: rgb(66,105,130); }

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

border-color css

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

 span { border-color: rgb(66,105,130); }

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