Html Css Color HEX #42718E Calypso

📋 copy color: '#42718E'

red 66 ◦ green 113 ◦ blue 142

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

Shades of Calypso #42718E

Tints of Calypso #42718E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.2%

 BLUE value IS 142 (55.86% from 255) = 44.24%

R = 20.56%
G = 35.2%
B = 44.24%

CMYK

 C value IS 0.54

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#42718E (or 0x42718E) is known color: Calypso. HEX triplet: 42, 71 and 8E. RGB value is (66,113,142). Sum of RGB (Red+Green+Blue) = 66+113+142=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 142 - color contains mainly: blue. Hex color #42718E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42718E is #BD8E71. Grayscale: #666666. Windows color (decimal): -12422770 or 9335106. OLE color: 9335106.

HSL color Cylindrical-coordinate representation of color #42718E: hue angle of 202.89º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42718E is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 113 142 -
CMYK 0.54 0.20 0 0.44
HSL 202.89º 0.37% 0.41% -
HSV(B) 202.89º 0.54% 0.56% -
XYZ 13.03 14.92 27.78 -
YUV 102.25 150.43 102.14 -
System Red Green Blue C M Y K H S L
Decimal 66 113 142 0.54 0.20 0 0.44 202.89 0.37 0.41
Hex 42 71 8E 36 14 0 2C CB 25 29
Octal 102 161 216 66 24 0 54 313 45 51
Binary 1000010 1110001 10001110 110110 10100 0 101100 11001011 100101 101001

Color Harmonies of #42718E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42718E

Black with #42718E

Text Example


Text Example

White with #42718E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42718E; }

 p { color: rgb(66,113,142); }

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

background-color css

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

 a { background-color: rgb(66,113,142); }

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

border-color css

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

 span { border-color: rgb(66,113,142); }

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