Html Css Color HEX #42718D Calypso

📋 copy color: '#42718D'

red 66 ◦ green 113 ◦ blue 141

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

Shades of Calypso #42718D

Tints of Calypso #42718D

RGB

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

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

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

R = 20.63%
G = 35.31%
B = 44.06%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42718D (or 0x42718D) is known color: Calypso. HEX triplet: 42, 71 and 8D. RGB value is (66,113,141). Sum of RGB (Red+Green+Blue) = 66+113+141=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 141 - color contains mainly: blue. Hex color #42718D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42718D is #BD8E72. Grayscale: #656565. Windows color (decimal): -12422771 or 9269570. OLE color: 9269570.

HSL color Cylindrical-coordinate representation of color #42718D: hue angle of 202.4º 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 #42718D is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 113 141 -
CMYK 0.53 0.20 0 0.45
HSL 202.4º 0.36% 0.41% -
HSV(B) 202.4º 0.53% 0.55% -
XYZ 12.96 14.89 27.39 -
YUV 102.14 149.93 102.22 -
System Red Green Blue C M Y K H S L
Decimal 66 113 141 0.53 0.20 0 0.45 202.4 0.36 0.41
Hex 42 71 8D 35 14 0 2D CA 24 29
Octal 102 161 215 65 24 0 55 312 44 51
Binary 1000010 1110001 10001101 110101 10100 0 101101 11001010 100100 101001

Color Harmonies of #42718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42718D

Black with #42718D

Text Example


Text Example

White with #42718D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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