Html Css Color HEX #42818F Jelly Bean

📋 copy color: '#42818F'

red 66 ◦ green 129 ◦ blue 143

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

Shades of Jelly Bean #42818F

Tints of Jelly Bean #42818F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.31%

R = 19.53%
G = 38.17%
B = 42.31%

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

#42818F (or 0x42818F) is known color: Jelly Bean. HEX triplet: 42, 81 and 8F. RGB value is (66,129,143). Sum of RGB (Red+Green+Blue) = 66+129+143=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 143 - color contains mainly: blue. Hex color #42818F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42818F is #BD7E70. Grayscale: #6F6F6F. Windows color (decimal): -12418673 or 9404738. OLE color: 9404738.

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

Color convert

RGB 66 129 143 -
CMYK 0.54 0.10 0 0.44
HSL 190.91º 0.37% 0.41% -
HSV(B) 190.91º 0.54% 0.56% -
XYZ 15.05 18.84 28.83 -
YUV 111.76 145.63 95.36 -
System Red Green Blue C M Y K H S L
Decimal 66 129 143 0.54 0.10 0 0.44 190.91 0.37 0.41
Hex 42 81 8F 36 A 0 2C BF 25 29
Octal 102 201 217 66 12 0 54 277 45 51
Binary 1000010 10000001 10001111 110110 1010 0 101100 10111111 100101 101001

Color Harmonies of #42818F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42818F

Black with #42818F

Text Example


Text Example

White with #42818F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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