Html Css Color HEX #42818D Jelly Bean

📋 copy color: '#42818D'

red 66 ◦ green 129 ◦ blue 141

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

Shades of Jelly Bean #42818D

Tints of Jelly Bean #42818D

RGB

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

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

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

R = 19.64%
G = 38.39%
B = 41.96%

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

#42818D (or 0x42818D) is known color: Jelly Bean. HEX triplet: 42, 81 and 8D. RGB value is (66,129,141). Sum of RGB (Red+Green+Blue) = 66+129+141=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 141 - color contains mainly: blue. Hex color #42818D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42818D is #BD7E72. Grayscale: #6F6F6F. Windows color (decimal): -12418675 or 9273666. OLE color: 9273666.

HSL color Cylindrical-coordinate representation of color #42818D: hue angle of 189.6º 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 #42818D is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 129 141 -
CMYK 0.53 0.09 0 0.45
HSL 189.6º 0.36% 0.41% -
HSV(B) 189.6º 0.53% 0.55% -
XYZ 14.9 18.78 28.04 -
YUV 111.53 144.63 95.52 -
System Red Green Blue C M Y K H S L
Decimal 66 129 141 0.53 0.09 0 0.45 189.6 0.36 0.41
Hex 42 81 8D 35 9 0 2D BE 24 29
Octal 102 201 215 65 11 0 55 276 44 51
Binary 1000010 10000001 10001101 110101 1001 0 101101 10111110 100100 101001

Color Harmonies of #42818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42818D

Black with #42818D

Text Example


Text Example

White with #42818D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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