Html Css Color HEX #427090 Calypso

📋 copy color: '#427090'

red 66 ◦ green 112 ◦ blue 144

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

Shades of Calypso #427090

Tints of Calypso #427090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.72%

R = 20.5%
G = 34.78%
B = 44.72%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#427090 (or 0x427090) is known color: Calypso. HEX triplet: 42, 70 and 90. RGB value is (66,112,144). Sum of RGB (Red+Green+Blue) = 66+112+144=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: blue. Hex color #427090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427090 is #BD8F6F. Grayscale: #656565. Windows color (decimal): -12423024 or 9465922. OLE color: 9465922.

HSL color Cylindrical-coordinate representation of color #427090: hue angle of 204.62º 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 #427090 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 112 144 -
CMYK 0.54 0.22 0 0.44
HSL 204.62º 0.37% 0.41% -
HSV(B) 204.62º 0.54% 0.56% -
XYZ 13.07 14.76 28.55 -
YUV 101.89 151.76 102.4 -
System Red Green Blue C M Y K H S L
Decimal 66 112 144 0.54 0.22 0 0.44 204.62 0.37 0.41
Hex 42 70 90 36 16 0 2C CD 25 29
Octal 102 160 220 66 26 0 54 315 45 51
Binary 1000010 1110000 10010000 110110 10110 0 101100 11001101 100101 101001

Color Harmonies of #427090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427090

Black with #427090

Text Example


Text Example

White with #427090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427090; }

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

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

background-color css

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

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

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

border-color css

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

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

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