Html Css Color HEX #426983 Calypso

📋 copy color: '#426983'

red 66 ◦ green 105 ◦ blue 131

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

Shades of Calypso #426983

Tints of Calypso #426983

RGB

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

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

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

R = 21.85%
G = 34.77%
B = 43.38%

CMYK

 C value IS 0.50

 M value IS 0.20

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#426983 (or 0x426983) is known color: Calypso. HEX triplet: 42, 69 and 83. RGB value is (66,105,131). Sum of RGB (Red+Green+Blue) = 66+105+131=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 131 (51.56% from 255 or 43.38% from 302); Max value from RGB is 131 - color contains mainly: blue. Hex color #426983 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426983 is #BD967C. Grayscale: #606060. Windows color (decimal): -12424829 or 8612162. OLE color: 8612162.

HSL color Cylindrical-coordinate representation of color #426983: hue angle of 204º 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 #426983 is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 105 131 -
CMYK 0.50 0.20 0 0.49
HSL 204º 0.33% 0.39% -
HSV(B) 204º 0.5% 0.51% -
XYZ 11.4 12.9 23.36 -
YUV 96.3 147.58 106.39 -
System Red Green Blue C M Y K H S L
Decimal 66 105 131 0.50 0.20 0 0.49 204 0.33 0.39
Hex 42 69 83 32 14 0 31 CC 21 27
Octal 102 151 203 62 24 0 61 314 41 47
Binary 1000010 1101001 10000011 110010 10100 0 110001 11001100 100001 100111

Color Harmonies of #426983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426983

Black with #426983

Text Example


Text Example

White with #426983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426983; }

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

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

background-color css

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

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

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

border-color css

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

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

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