Html Css Color HEX #428096 Jelly Bean

📋 copy color: '#428096'

red 66 ◦ green 128 ◦ blue 150

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

Shades of Jelly Bean #428096

Tints of Jelly Bean #428096

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.21%

 BLUE value IS 150 (58.98% from 255) = 43.6%

R = 19.19%
G = 37.21%
B = 43.6%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#428096 (or 0x428096) is known color: Jelly Bean. HEX triplet: 42, 80 and 96. RGB value is (66,128,150). Sum of RGB (Red+Green+Blue) = 66+128+150=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 150 - color contains mainly: blue. Hex color #428096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428096 is #BD7F69. Grayscale: #6F6F6F. Windows color (decimal): -12418922 or 9863234. OLE color: 9863234.

HSL color Cylindrical-coordinate representation of color #428096: hue angle of 195.71º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #428096 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 66 128 150 -
CMYK 0.56 0.15 0 0.41
HSL 195.71º 0.39% 0.42% -
HSV(B) 195.71º 0.56% 0.59% -
XYZ 15.47 18.8 31.67 -
YUV 111.97 149.46 95.21 -
System Red Green Blue C M Y K H S L
Decimal 66 128 150 0.56 0.15 0 0.41 195.71 0.39 0.42
Hex 42 80 96 38 F 0 29 C4 27 2A
Octal 102 200 226 70 17 0 51 304 47 52
Binary 1000010 10000000 10010110 111000 1111 0 101001 11000100 100111 101010

Color Harmonies of #428096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428096

Black with #428096

Text Example


Text Example

White with #428096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428096; }

 p { color: rgb(66,128,150); }

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

background-color css

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

 a { background-color: rgb(66,128,150); }

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

border-color css

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

 span { border-color: rgb(66,128,150); }

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