Html Css Color HEX #42799F Jelly Bean

📋 copy color: '#42799F'

red 66 ◦ green 121 ◦ blue 159

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

Shades of Jelly Bean #42799F

Tints of Jelly Bean #42799F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.97%

 BLUE value IS 159 (62.5% from 255) = 45.95%

R = 19.08%
G = 34.97%
B = 45.95%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42799F (or 0x42799F) is known color: Jelly Bean. HEX triplet: 42, 79 and 9F. RGB value is (66,121,159). Sum of RGB (Red+Green+Blue) = 66+121+159=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #42799F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42799F is #BD8660. Grayscale: #6C6C6C. Windows color (decimal): -12420705 or 10451266. OLE color: 10451266.

HSL color Cylindrical-coordinate representation of color #42799F: hue angle of 204.52º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42799F is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 121 159 -
CMYK 0.58 0.24 0 0.38
HSL 204.52º 0.41% 0.44% -
HSV(B) 204.52º 0.58% 0.62% -
XYZ 15.34 17.34 35.34 -
YUV 108.89 156.28 97.41 -
System Red Green Blue C M Y K H S L
Decimal 66 121 159 0.58 0.24 0 0.38 204.52 0.41 0.44
Hex 42 79 9F 3A 18 0 26 CD 29 2C
Octal 102 171 237 72 30 0 46 315 51 54
Binary 1000010 1111001 10011111 111010 11000 0 100110 11001101 101001 101100

Color Harmonies of #42799F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42799F

Black with #42799F

Text Example


Text Example

White with #42799F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,121,159); }

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

background-color css

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

 a { background-color: rgb(66,121,159); }

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

border-color css

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

 span { border-color: rgb(66,121,159); }

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