Html Css Color HEX #426F90 Calypso

📋 copy color: '#426F90'

red 66 ◦ green 111 ◦ blue 144

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

Shades of Calypso #426F90

Tints of Calypso #426F90

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.58%

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

R = 20.56%
G = 34.58%
B = 44.86%

CMYK

 C value IS 0.54

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#426F90 (or 0x426F90) is known color: Calypso. HEX triplet: 42, 6F and 90. RGB value is (66,111,144). Sum of RGB (Red+Green+Blue) = 66+111+144=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 144 (56.64% from 255 or 44.86% from 321); Max value from RGB is 144 - color contains mainly: blue. Hex color #426F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426F90 is #BD906F. Grayscale: #656565. Windows color (decimal): -12423280 or 9465666. OLE color: 9465666.

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

Color convert

RGB 66 111 144 -
CMYK 0.54 0.23 0 0.44
HSL 205.38º 0.37% 0.41% -
HSV(B) 205.38º 0.54% 0.56% -
XYZ 12.97 14.54 28.51 -
YUV 101.31 152.09 102.82 -
System Red Green Blue C M Y K H S L
Decimal 66 111 144 0.54 0.23 0 0.44 205.38 0.37 0.41
Hex 42 6F 90 36 17 0 2C CD 25 29
Octal 102 157 220 66 27 0 54 315 45 51
Binary 1000010 1101111 10010000 110110 10111 0 101100 11001101 100101 101001

Color Harmonies of #426F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426F90

Black with #426F90

Text Example


Text Example

White with #426F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #426F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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