Html Css Color HEX #42798A Jelly Bean

📋 copy color: '#42798A'

red 66 ◦ green 121 ◦ blue 138

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

Shades of Jelly Bean #42798A

Tints of Jelly Bean #42798A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.46%

R = 20.31%
G = 37.23%
B = 42.46%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#42798A (or 0x42798A) is known color: Jelly Bean. HEX triplet: 42, 79 and 8A. RGB value is (66,121,138). Sum of RGB (Red+Green+Blue) = 66+121+138=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 138 - color contains mainly: blue. Hex color #42798A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42798A is #BD8675. Grayscale: #6A6A6A. Windows color (decimal): -12420726 or 9075010. OLE color: 9075010.

HSL color Cylindrical-coordinate representation of color #42798A: hue angle of 194.17º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #42798A is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 121 138 -
CMYK 0.52 0.12 0 0.46
HSL 194.17º 0.35% 0.4% -
HSV(B) 194.17º 0.52% 0.54% -
XYZ 13.67 16.67 26.54 -
YUV 106.49 145.78 99.12 -
System Red Green Blue C M Y K H S L
Decimal 66 121 138 0.52 0.12 0 0.46 194.17 0.35 0.4
Hex 42 79 8A 34 C 0 2E C2 23 28
Octal 102 171 212 64 14 0 56 302 43 50
Binary 1000010 1111001 10001010 110100 1100 0 101110 11000010 100011 101000

Color Harmonies of #42798A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42798A

Black with #42798A

Text Example


Text Example

White with #42798A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42798A; }

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

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

background-color css

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

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

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

border-color css

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

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

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