Html Css Color HEX #42779B Jelly Bean

📋 copy color: '#42779B'

red 66 ◦ green 119 ◦ blue 155

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

Shades of Jelly Bean #42779B

Tints of Jelly Bean #42779B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 45.59%

R = 19.41%
G = 35%
B = 45.59%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42779B (or 0x42779B) is known color: Jelly Bean. HEX triplet: 42, 77 and 9B. RGB value is (66,119,155). Sum of RGB (Red+Green+Blue) = 66+119+155=340 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.41% from 340); Green value is 119 (46.88% from 255 or 35% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #42779B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42779B is #BD8864. Grayscale: #6B6B6B. Windows color (decimal): -12421221 or 10188610. OLE color: 10188610.

HSL color Cylindrical-coordinate representation of color #42779B: hue angle of 204.27º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42779B is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 119 155 -
CMYK 0.57 0.23 0 0.39
HSL 204.27º 0.4% 0.43% -
HSV(B) 204.27º 0.57% 0.61% -
XYZ 14.76 16.72 33.46 -
YUV 107.26 154.94 98.57 -
System Red Green Blue C M Y K H S L
Decimal 66 119 155 0.57 0.23 0 0.39 204.27 0.4 0.43
Hex 42 77 9B 39 17 0 27 CC 28 2B
Octal 102 167 233 71 27 0 47 314 50 53
Binary 1000010 1110111 10011011 111001 10111 0 100111 11001100 101000 101011

Color Harmonies of #42779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42779B

Black with #42779B

Text Example


Text Example

White with #42779B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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