Html Css Color HEX #427082 Calypso

📋 copy color: '#427082'

red 66 ◦ green 112 ◦ blue 130

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

Shades of Calypso #427082

Tints of Calypso #427082

RGB

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

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

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

R = 21.43%
G = 36.36%
B = 42.21%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#427082 (or 0x427082) is known color: Calypso. HEX triplet: 42, 70 and 82. RGB value is (66,112,130). Sum of RGB (Red+Green+Blue) = 66+112+130=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 130 - color contains mainly: blue. Hex color #427082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427082 is #BD8F7D. Grayscale: #646464. Windows color (decimal): -12423038 or 8548418. OLE color: 8548418.

HSL color Cylindrical-coordinate representation of color #427082: hue angle of 196.88º 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 #427082 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 112 130 -
CMYK 0.49 0.14 0 0.49
HSL 196.88º 0.33% 0.38% -
HSV(B) 196.88º 0.49% 0.51% -
XYZ 12.07 14.36 23.25 -
YUV 100.3 144.76 103.54 -
System Red Green Blue C M Y K H S L
Decimal 66 112 130 0.49 0.14 0 0.49 196.88 0.33 0.38
Hex 42 70 82 31 E 0 31 C5 21 26
Octal 102 160 202 61 16 0 61 305 41 46
Binary 1000010 1110000 10000010 110001 1110 0 110001 11000101 100001 100110

Color Harmonies of #427082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427082

Black with #427082

Text Example


Text Example

White with #427082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427082; }

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

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

background-color css

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

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

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

border-color css

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

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

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