Html Css Color HEX #427484 Calypso

📋 copy color: '#427484'

red 66 ◦ green 116 ◦ blue 132

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

Shades of Calypso #427484

Tints of Calypso #427484

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.94%

 BLUE value IS 132 (51.95% from 255) = 42.04%

R = 21.02%
G = 36.94%
B = 42.04%

CMYK

 C value IS 0.5

 M value IS 0.12

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#427484 (or 0x427484) is known color: Calypso. HEX triplet: 42, 74 and 84. RGB value is (66,116,132). Sum of RGB (Red+Green+Blue) = 66+116+132=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 116 (45.70% from 255 or 36.94% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 132 - color contains mainly: blue. Hex color #427484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427484 is #BD8B7B. Grayscale: #666666. Windows color (decimal): -12422012 or 8680514. OLE color: 8680514.

HSL color Cylindrical-coordinate representation of color #427484: hue angle of 194.55º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #427484 is Cyan = 0.5, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 116 132 -
CMYK 0.5 0.12 0 0.48
HSL 194.55º 0.33% 0.39% -
HSV(B) 194.55º 0.5% 0.52% -
XYZ 12.66 15.31 24.12 -
YUV 102.87 144.44 101.7 -
System Red Green Blue C M Y K H S L
Decimal 66 116 132 0.5 0.12 0 0.48 194.55 0.33 0.39
Hex 42 74 84 32 C 0 30 C3 21 27
Octal 102 164 204 62 14 0 60 303 41 47
Binary 1000010 1110100 10000100 110010 1100 0 110000 11000011 100001 100111

Color Harmonies of #427484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427484

Black with #427484

Text Example


Text Example

White with #427484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427484; }

 p { color: rgb(66,116,132); }

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

background-color css

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

 a { background-color: rgb(66,116,132); }

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

border-color css

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

 span { border-color: rgb(66,116,132); }

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