Html Css Color HEX #427390 Jelly Bean

📋 copy color: '#427390'

red 66 ◦ green 115 ◦ blue 144

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

Shades of Jelly Bean #427390

Tints of Jelly Bean #427390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.38%

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

R = 20.31%
G = 35.38%
B = 44.31%

CMYK

 C value IS 0.54

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#427390 (or 0x427390) is known color: Jelly Bean. HEX triplet: 42, 73 and 90. RGB value is (66,115,144). Sum of RGB (Red+Green+Blue) = 66+115+144=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #427390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427390 is #BD8C6F. Grayscale: #676767. Windows color (decimal): -12422256 or 9466690. OLE color: 9466690.

HSL color Cylindrical-coordinate representation of color #427390: hue angle of 202.31º 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 #427390 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 115 144 -
CMYK 0.54 0.20 0 0.44
HSL 202.31º 0.37% 0.41% -
HSV(B) 202.31º 0.54% 0.56% -
XYZ 13.41 15.43 28.66 -
YUV 103.66 150.77 101.14 -
System Red Green Blue C M Y K H S L
Decimal 66 115 144 0.54 0.20 0 0.44 202.31 0.37 0.41
Hex 42 73 90 36 14 0 2C CA 25 29
Octal 102 163 220 66 24 0 54 312 45 51
Binary 1000010 1110011 10010000 110110 10100 0 101100 11001010 100101 101001

Color Harmonies of #427390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427390

Black with #427390

Text Example


Text Example

White with #427390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427390; }

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

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

background-color css

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

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

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

border-color css

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

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

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