Html Css Color HEX #427184 Calypso

📋 copy color: '#427184'

red 66 ◦ green 113 ◦ blue 132

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

Shades of Calypso #427184

Tints of Calypso #427184

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.33%

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

R = 21.22%
G = 36.33%
B = 42.44%

CMYK

 C value IS 0.5

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#427184 (or 0x427184) is known color: Calypso. HEX triplet: 42, 71 and 84. RGB value is (66,113,132). Sum of RGB (Red+Green+Blue) = 66+113+132=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 132 - color contains mainly: blue. Hex color #427184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427184 is #BD8E7B. Grayscale: #646464. Windows color (decimal): -12422780 or 8679746. OLE color: 8679746.

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

Color convert

RGB 66 113 132 -
CMYK 0.5 0.14 0 0.48
HSL 197.27º 0.33% 0.39% -
HSV(B) 197.27º 0.5% 0.52% -
XYZ 12.32 14.63 24.01 -
YUV 101.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 66 113 132 0.5 0.14 0 0.48 197.27 0.33 0.39
Hex 42 71 84 32 E 0 30 C5 21 27
Octal 102 161 204 62 16 0 60 305 41 47
Binary 1000010 1110001 10000100 110010 1110 0 110000 11000101 100001 100111

Color Harmonies of #427184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427184

Black with #427184

Text Example


Text Example

White with #427184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427184; }

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

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

background-color css

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

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

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

border-color css

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

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

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