Html Css Color HEX #426D8A Calypso

📋 copy color: '#426D8A'

red 66 ◦ green 109 ◦ blue 138

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

Shades of Calypso #426D8A

Tints of Calypso #426D8A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.82%

 BLUE value IS 138 (54.3% from 255) = 44.09%

R = 21.09%
G = 34.82%
B = 44.09%

CMYK

 C value IS 0.52

 M value IS 0.21

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#426D8A (or 0x426D8A) is known color: Calypso. HEX triplet: 42, 6D and 8A. RGB value is (66,109,138). Sum of RGB (Red+Green+Blue) = 66+109+138=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 138 - color contains mainly: blue. Hex color #426D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426D8A is #BD9275. Grayscale: #636363. Windows color (decimal): -12423798 or 9071938. OLE color: 9071938.

HSL color Cylindrical-coordinate representation of color #426D8A: hue angle of 204.17º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #426D8A is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 109 138 -
CMYK 0.52 0.21 0 0.46
HSL 204.17º 0.35% 0.4% -
HSV(B) 204.17º 0.52% 0.54% -
XYZ 12.3 13.93 26.09 -
YUV 99.45 149.75 104.14 -
System Red Green Blue C M Y K H S L
Decimal 66 109 138 0.52 0.21 0 0.46 204.17 0.35 0.4
Hex 42 6D 8A 34 15 0 2E CC 23 28
Octal 102 155 212 64 25 0 56 314 43 50
Binary 1000010 1101101 10001010 110100 10101 0 101110 11001100 100011 101000

Color Harmonies of #426D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426D8A

Black with #426D8A

Text Example


Text Example

White with #426D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,109,138); }

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

background-color css

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

 a { background-color: rgb(66,109,138); }

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

border-color css

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

 span { border-color: rgb(66,109,138); }

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