Html Css Color HEX #427582 Calypso

📋 copy color: '#427582'

red 66 ◦ green 117 ◦ blue 130

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

Shades of Calypso #427582

Tints of Calypso #427582

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.38%

 BLUE value IS 130 (51.17% from 255) = 41.53%

R = 21.09%
G = 37.38%
B = 41.53%

CMYK

 C value IS 0.49

 M value IS 0.1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#427582 (or 0x427582) is known color: Calypso. HEX triplet: 42, 75 and 82. RGB value is (66,117,130). Sum of RGB (Red+Green+Blue) = 66+117+130=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 130 - color contains mainly: blue. Hex color #427582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427582 is #BD8A7D. Grayscale: #676767. Windows color (decimal): -12421758 or 8549698. OLE color: 8549698.

HSL color Cylindrical-coordinate representation of color #427582: hue angle of 192.19º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #427582 is Cyan = 0.49, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 117 130 -
CMYK 0.49 0.1 0 0.49
HSL 192.19º 0.33% 0.38% -
HSV(B) 192.19º 0.49% 0.51% -
XYZ 12.64 15.49 23.44 -
YUV 103.23 143.1 101.44 -
System Red Green Blue C M Y K H S L
Decimal 66 117 130 0.49 0.1 0 0.49 192.19 0.33 0.38
Hex 42 75 82 31 A 0 31 C0 21 26
Octal 102 165 202 61 12 0 61 300 41 46
Binary 1000010 1110101 10000010 110001 1010 0 110001 11000000 100001 100110

Color Harmonies of #427582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427582

Black with #427582

Text Example


Text Example

White with #427582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427582; }

 p { color: rgb(66,117,130); }

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

background-color css

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

 a { background-color: rgb(66,117,130); }

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

border-color css

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

 span { border-color: rgb(66,117,130); }

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