Html Css Color HEX #427990 Jelly Bean

📋 copy color: '#427990'

red 66 ◦ green 121 ◦ blue 144

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

Shades of Jelly Bean #427990

Tints of Jelly Bean #427990

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.56%

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

R = 19.94%
G = 36.56%
B = 43.5%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#427990 (or 0x427990) is known color: Jelly Bean. HEX triplet: 42, 79 and 90. RGB value is (66,121,144). Sum of RGB (Red+Green+Blue) = 66+121+144=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #427990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427990 is #BD866F. Grayscale: #6B6B6B. Windows color (decimal): -12420720 or 9468226. OLE color: 9468226.

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

Color convert

RGB 66 121 144 -
CMYK 0.54 0.16 0 0.44
HSL 197.69º 0.37% 0.41% -
HSV(B) 197.69º 0.54% 0.56% -
XYZ 14.12 16.85 28.89 -
YUV 107.18 148.78 98.63 -
System Red Green Blue C M Y K H S L
Decimal 66 121 144 0.54 0.16 0 0.44 197.69 0.37 0.41
Hex 42 79 90 36 10 0 2C C6 25 29
Octal 102 171 220 66 20 0 54 306 45 51
Binary 1000010 1111001 10010000 110110 10000 0 101100 11000110 100101 101001

Color Harmonies of #427990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427990

Black with #427990

Text Example


Text Example

White with #427990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427990; }

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

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

background-color css

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

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

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

border-color css

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

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

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