Html Css Color HEX #427590 Jelly Bean

📋 copy color: '#427590'

red 66 ◦ green 117 ◦ blue 144

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

Shades of Jelly Bean #427590

Tints of Jelly Bean #427590

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.78%

 BLUE value IS 144 (56.64% from 255) = 44.04%

R = 20.18%
G = 35.78%
B = 44.04%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#427590 (or 0x427590) is known color: Jelly Bean. HEX triplet: 42, 75 and 90. RGB value is (66,117,144). Sum of RGB (Red+Green+Blue) = 66+117+144=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #427590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427590 is #BD8A6F. Grayscale: #686868. Windows color (decimal): -12421744 or 9467202. OLE color: 9467202.

HSL color Cylindrical-coordinate representation of color #427590: hue angle of 200.77º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #427590 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 117 144 -
CMYK 0.54 0.19 0 0.44
HSL 200.77º 0.37% 0.41% -
HSV(B) 200.77º 0.54% 0.56% -
XYZ 13.64 15.89 28.73 -
YUV 104.83 150.1 100.3 -
System Red Green Blue C M Y K H S L
Decimal 66 117 144 0.54 0.19 0 0.44 200.77 0.37 0.41
Hex 42 75 90 36 13 0 2C C9 25 29
Octal 102 165 220 66 23 0 54 311 45 51
Binary 1000010 1110101 10010000 110110 10011 0 101100 11001001 100101 101001

Color Harmonies of #427590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427590

Black with #427590

Text Example


Text Example

White with #427590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427590; }

 p { color: rgb(66,117,144); }

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

background-color css

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

 a { background-color: rgb(66,117,144); }

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

border-color css

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

 span { border-color: rgb(66,117,144); }

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