Html Css Color HEX #427085 Calypso

📋 copy color: '#427085'

red 66 ◦ green 112 ◦ blue 133

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

Shades of Calypso #427085

Tints of Calypso #427085

RGB

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

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

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

R = 21.22%
G = 36.01%
B = 42.77%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#427085 (or 0x427085) is known color: Calypso. HEX triplet: 42, 70 and 85. RGB value is (66,112,133). Sum of RGB (Red+Green+Blue) = 66+112+133=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 133 - color contains mainly: blue. Hex color #427085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427085 is #BD8F7A. Grayscale: #646464. Windows color (decimal): -12423035 or 8745026. OLE color: 8745026.

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

Color convert

RGB 66 112 133 -
CMYK 0.50 0.16 0 0.48
HSL 198.81º 0.34% 0.39% -
HSV(B) 198.81º 0.5% 0.52% -
XYZ 12.27 14.44 24.33 -
YUV 100.64 146.26 103.29 -
System Red Green Blue C M Y K H S L
Decimal 66 112 133 0.50 0.16 0 0.48 198.81 0.34 0.39
Hex 42 70 85 32 10 0 30 C7 22 27
Octal 102 160 205 62 20 0 60 307 42 47
Binary 1000010 1110000 10000101 110010 10000 0 110000 11000111 100010 100111

Color Harmonies of #427085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427085

Black with #427085

Text Example


Text Example

White with #427085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427085; }

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

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

background-color css

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

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

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

border-color css

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

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

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