Html Css Color HEX #42779D Jelly Bean

📋 copy color: '#42779D'

red 66 ◦ green 119 ◦ blue 157

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

Shades of Jelly Bean #42779D

Tints of Jelly Bean #42779D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.8%

 BLUE value IS 157 (61.72% from 255) = 45.91%

R = 19.3%
G = 34.8%
B = 45.91%

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

#42779D (or 0x42779D) is known color: Jelly Bean. HEX triplet: 42, 77 and 9D. RGB value is (66,119,157). Sum of RGB (Red+Green+Blue) = 66+119+157=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 157 - color contains mainly: blue. Hex color #42779D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42779D is #BD8862. Grayscale: #6B6B6B. Windows color (decimal): -12421219 or 10319682. OLE color: 10319682.

HSL color Cylindrical-coordinate representation of color #42779D: hue angle of 205.05º 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 #42779D is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 119 157 -
CMYK 0.58 0.24 0 0.38
HSL 205.05º 0.41% 0.44% -
HSV(B) 205.05º 0.58% 0.62% -
XYZ 14.93 16.79 34.35 -
YUV 107.49 155.94 98.41 -
System Red Green Blue C M Y K H S L
Decimal 66 119 157 0.58 0.24 0 0.38 205.05 0.41 0.44
Hex 42 77 9D 3A 18 0 26 CD 29 2C
Octal 102 167 235 72 30 0 46 315 51 54
Binary 1000010 1110111 10011101 111010 11000 0 100110 11001101 101001 101100

Color Harmonies of #42779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42779D

Black with #42779D

Text Example


Text Example

White with #42779D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,119,157); }

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

background-color css

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

 a { background-color: rgb(66,119,157); }

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

border-color css

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

 span { border-color: rgb(66,119,157); }

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