Html Css Color HEX #427191 Calypso

📋 copy color: '#427191'

red 66 ◦ green 113 ◦ blue 145

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

Shades of Calypso #427191

Tints of Calypso #427191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.75%

R = 20.37%
G = 34.88%
B = 44.75%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#427191 (or 0x427191) is known color: Calypso. HEX triplet: 42, 71 and 91. RGB value is (66,113,145). Sum of RGB (Red+Green+Blue) = 66+113+145=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 145 - color contains mainly: blue. Hex color #427191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427191 is #BD8E6E. Grayscale: #666666. Windows color (decimal): -12422767 or 9531714. OLE color: 9531714.

HSL color Cylindrical-coordinate representation of color #427191: hue angle of 204.3º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #427191 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 113 145 -
CMYK 0.54 0.22 0 0.43
HSL 204.3º 0.37% 0.41% -
HSV(B) 204.3º 0.54% 0.57% -
XYZ 13.26 15.01 28.99 -
YUV 102.6 151.93 101.9 -
System Red Green Blue C M Y K H S L
Decimal 66 113 145 0.54 0.22 0 0.43 204.3 0.37 0.41
Hex 42 71 91 36 16 0 2B CC 25 29
Octal 102 161 221 66 26 0 53 314 45 51
Binary 1000010 1110001 10010001 110110 10110 0 101011 11001100 100101 101001

Color Harmonies of #427191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427191

Black with #427191

Text Example


Text Example

White with #427191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427191; }

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

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

background-color css

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

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

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

border-color css

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

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

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