Html Css Color HEX #428190 Jelly Bean

📋 copy color: '#428190'

red 66 ◦ green 129 ◦ blue 144

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

Shades of Jelly Bean #428190

Tints of Jelly Bean #428190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.05%

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

R = 19.47%
G = 38.05%
B = 42.48%

CMYK

 C value IS 0.54

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#428190 (or 0x428190) is known color: Jelly Bean. HEX triplet: 42, 81 and 90. RGB value is (66,129,144). Sum of RGB (Red+Green+Blue) = 66+129+144=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #428190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428190 is #BD7E6F. Grayscale: #6F6F6F. Windows color (decimal): -12418672 or 9470274. OLE color: 9470274.

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

Color convert

RGB 66 129 144 -
CMYK 0.54 0.10 0 0.44
HSL 191.54º 0.37% 0.41% -
HSV(B) 191.54º 0.54% 0.56% -
XYZ 15.13 18.87 29.23 -
YUV 111.87 146.13 95.28 -
System Red Green Blue C M Y K H S L
Decimal 66 129 144 0.54 0.10 0 0.44 191.54 0.37 0.41
Hex 42 81 90 36 A 0 2C C0 25 29
Octal 102 201 220 66 12 0 54 300 45 51
Binary 1000010 10000001 10010000 110110 1010 0 101100 11000000 100101 101001

Color Harmonies of #428190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428190

Black with #428190

Text Example


Text Example

White with #428190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428190; }

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

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

background-color css

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

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

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

border-color css

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

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

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