Html Css Color HEX #42708D Calypso

📋 copy color: '#42708D'

red 66 ◦ green 112 ◦ blue 141

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

Shades of Calypso #42708D

Tints of Calypso #42708D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.11%

 BLUE value IS 141 (55.47% from 255) = 44.2%

R = 20.69%
G = 35.11%
B = 44.2%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42708D (or 0x42708D) is known color: Calypso. HEX triplet: 42, 70 and 8D. RGB value is (66,112,141). Sum of RGB (Red+Green+Blue) = 66+112+141=319 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.69% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #42708D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42708D is #BD8F72. Grayscale: #656565. Windows color (decimal): -12423027 or 9269314. OLE color: 9269314.

HSL color Cylindrical-coordinate representation of color #42708D: hue angle of 203.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42708D is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 112 141 -
CMYK 0.53 0.21 0 0.45
HSL 203.2º 0.36% 0.41% -
HSV(B) 203.2º 0.53% 0.55% -
XYZ 12.85 14.67 27.35 -
YUV 101.55 150.26 102.64 -
System Red Green Blue C M Y K H S L
Decimal 66 112 141 0.53 0.21 0 0.45 203.2 0.36 0.41
Hex 42 70 8D 35 15 0 2D CB 24 29
Octal 102 160 215 65 25 0 55 313 44 51
Binary 1000010 1110000 10001101 110101 10101 0 101101 11001011 100100 101001

Color Harmonies of #42708D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42708D

Black with #42708D

Text Example


Text Example

White with #42708D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42708D; }

 p { color: rgb(66,112,141); }

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

background-color css

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

 a { background-color: rgb(66,112,141); }

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

border-color css

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

 span { border-color: rgb(66,112,141); }

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