Html Css Color HEX #427183 Calypso

📋 copy color: '#427183'

red 66 ◦ green 113 ◦ blue 131

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

Shades of Calypso #427183

Tints of Calypso #427183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 42.26%

R = 21.29%
G = 36.45%
B = 42.26%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#427183 (or 0x427183) is known color: Calypso. HEX triplet: 42, 71 and 83. RGB value is (66,113,131). Sum of RGB (Red+Green+Blue) = 66+113+131=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 113 (44.53% from 255 or 36.45% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 131 - color contains mainly: blue. Hex color #427183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427183 is #BD8E7C. Grayscale: #646464. Windows color (decimal): -12422781 or 8614210. OLE color: 8614210.

HSL color Cylindrical-coordinate representation of color #427183: hue angle of 196.62º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #427183 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 113 131 -
CMYK 0.50 0.14 0 0.49
HSL 196.62º 0.33% 0.39% -
HSV(B) 196.62º 0.5% 0.51% -
XYZ 12.25 14.61 23.65 -
YUV 101 144.93 103.04 -
System Red Green Blue C M Y K H S L
Decimal 66 113 131 0.50 0.14 0 0.49 196.62 0.33 0.39
Hex 42 71 83 32 E 0 31 C5 21 27
Octal 102 161 203 62 16 0 61 305 41 47
Binary 1000010 1110001 10000011 110010 1110 0 110001 11000101 100001 100111

Color Harmonies of #427183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427183

Black with #427183

Text Example


Text Example

White with #427183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427183; }

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

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

background-color css

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

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

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

border-color css

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

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

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