Html Css Color HEX #427783 Calypso

📋 copy color: '#427783'

red 66 ◦ green 119 ◦ blue 131

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

Shades of Calypso #427783

Tints of Calypso #427783

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.66%

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

R = 20.89%
G = 37.66%
B = 41.46%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#427783 (or 0x427783) is known color: Calypso. HEX triplet: 42, 77 and 83. RGB value is (66,119,131). Sum of RGB (Red+Green+Blue) = 66+119+131=316 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.89% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 131 - color contains mainly: blue. Hex color #427783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427783 is #BD887C. Grayscale: #686868. Windows color (decimal): -12421245 or 8615746. OLE color: 8615746.

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

Color convert

RGB 66 119 131 -
CMYK 0.50 0.09 0 0.49
HSL 191.08º 0.33% 0.39% -
HSV(B) 191.08º 0.5% 0.51% -
XYZ 12.94 15.99 23.88 -
YUV 104.52 142.94 100.52 -
System Red Green Blue C M Y K H S L
Decimal 66 119 131 0.50 0.09 0 0.49 191.08 0.33 0.39
Hex 42 77 83 32 9 0 31 BF 21 27
Octal 102 167 203 62 11 0 61 277 41 47
Binary 1000010 1110111 10000011 110010 1001 0 110001 10111111 100001 100111

Color Harmonies of #427783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427783

Black with #427783

Text Example


Text Example

White with #427783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427783; }

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

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

background-color css

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

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

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

border-color css

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

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

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