Html Css Color HEX #42808D Jelly Bean

📋 copy color: '#42808D'

red 66 ◦ green 128 ◦ blue 141

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

Shades of Jelly Bean #42808D

Tints of Jelly Bean #42808D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.09%

R = 19.7%
G = 38.21%
B = 42.09%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42808D (or 0x42808D) is known color: Jelly Bean. HEX triplet: 42, 80 and 8D. RGB value is (66,128,141). Sum of RGB (Red+Green+Blue) = 66+128+141=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #42808D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42808D is #BD7F72. Grayscale: #6E6E6E. Windows color (decimal): -12418931 or 9273410. OLE color: 9273410.

HSL color Cylindrical-coordinate representation of color #42808D: hue angle of 190.4º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42808D is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 128 141 -
CMYK 0.53 0.09 0 0.45
HSL 190.4º 0.36% 0.41% -
HSV(B) 190.4º 0.53% 0.55% -
XYZ 14.77 18.52 28 -
YUV 110.94 144.96 95.94 -
System Red Green Blue C M Y K H S L
Decimal 66 128 141 0.53 0.09 0 0.45 190.4 0.36 0.41
Hex 42 80 8D 35 9 0 2D BE 24 29
Octal 102 200 215 65 11 0 55 276 44 51
Binary 1000010 10000000 10001101 110101 1001 0 101101 10111110 100100 101001

Color Harmonies of #42808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42808D

Black with #42808D

Text Example


Text Example

White with #42808D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42808D; }

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

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

background-color css

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

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

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

border-color css

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

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

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