Html Css Color HEX #427185 Calypso

📋 copy color: '#427185'

red 66 ◦ green 113 ◦ blue 133

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

Shades of Calypso #427185

Tints of Calypso #427185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 42.63%

R = 21.15%
G = 36.22%
B = 42.63%

CMYK

 C value IS 0.50

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#427185 (or 0x427185) is known color: Calypso. HEX triplet: 42, 71 and 85. RGB value is (66,113,133). Sum of RGB (Red+Green+Blue) = 66+113+133=312 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.15% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 133 - color contains mainly: blue. Hex color #427185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427185 is #BD8E7A. Grayscale: #656565. Windows color (decimal): -12422779 or 8745282. OLE color: 8745282.

HSL color Cylindrical-coordinate representation of color #427185: hue angle of 197.91º degrees, saturation: 0.34, 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 #427185 is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 113 133 -
CMYK 0.50 0.15 0 0.48
HSL 197.91º 0.34% 0.39% -
HSV(B) 197.91º 0.5% 0.52% -
XYZ 12.39 14.66 24.37 -
YUV 101.23 145.93 102.87 -
System Red Green Blue C M Y K H S L
Decimal 66 113 133 0.50 0.15 0 0.48 197.91 0.34 0.39
Hex 42 71 85 32 F 0 30 C6 22 27
Octal 102 161 205 62 17 0 60 306 42 47
Binary 1000010 1110001 10000101 110010 1111 0 110000 11000110 100010 100111

Color Harmonies of #427185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427185

Black with #427185

Text Example


Text Example

White with #427185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427185; }

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

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

background-color css

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

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

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

border-color css

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

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

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