Html Css Color HEX #426E8B Calypso

📋 copy color: '#426E8B'

red 66 ◦ green 110 ◦ blue 139

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

Shades of Calypso #426E8B

Tints of Calypso #426E8B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.92%

 BLUE value IS 139 (54.69% from 255) = 44.13%

R = 20.95%
G = 34.92%
B = 44.13%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#426E8B (or 0x426E8B) is known color: Calypso. HEX triplet: 42, 6E and 8B. RGB value is (66,110,139). Sum of RGB (Red+Green+Blue) = 66+110+139=315 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.95% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #426E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426E8B is #BD9174. Grayscale: #636363. Windows color (decimal): -12423541 or 9137730. OLE color: 9137730.

HSL color Cylindrical-coordinate representation of color #426E8B: hue angle of 203.84º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #426E8B is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 110 139 -
CMYK 0.53 0.21 0 0.45
HSL 203.84º 0.36% 0.4% -
HSV(B) 203.84º 0.53% 0.55% -
XYZ 12.48 14.17 26.5 -
YUV 100.15 149.92 103.64 -
System Red Green Blue C M Y K H S L
Decimal 66 110 139 0.53 0.21 0 0.45 203.84 0.36 0.4
Hex 42 6E 8B 35 15 0 2D CC 24 28
Octal 102 156 213 65 25 0 55 314 44 50
Binary 1000010 1101110 10001011 110101 10101 0 101101 11001100 100100 101000

Color Harmonies of #426E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426E8B

Black with #426E8B

Text Example


Text Example

White with #426E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,110,139); }

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

background-color css

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

 a { background-color: rgb(66,110,139); }

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

border-color css

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

 span { border-color: rgb(66,110,139); }

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