Html Css Color HEX #42779C Jelly Bean

📋 copy color: '#42779C'

red 66 ◦ green 119 ◦ blue 156

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

Shades of Jelly Bean #42779C

Tints of Jelly Bean #42779C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.75%

R = 19.35%
G = 34.9%
B = 45.75%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42779C (or 0x42779C) is known color: Jelly Bean. HEX triplet: 42, 77 and 9C. RGB value is (66,119,156). Sum of RGB (Red+Green+Blue) = 66+119+156=341 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.35% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #42779C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42779C is #BD8863. Grayscale: #6B6B6B. Windows color (decimal): -12421220 or 10254146. OLE color: 10254146.

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

Color convert

RGB 66 119 156 -
CMYK 0.58 0.24 0 0.39
HSL 204.67º 0.41% 0.44% -
HSV(B) 204.67º 0.58% 0.61% -
XYZ 14.84 16.75 33.9 -
YUV 107.37 155.44 98.49 -
System Red Green Blue C M Y K H S L
Decimal 66 119 156 0.58 0.24 0 0.39 204.67 0.41 0.44
Hex 42 77 9C 3A 18 0 27 CD 29 2C
Octal 102 167 234 72 30 0 47 315 51 54
Binary 1000010 1110111 10011100 111010 11000 0 100111 11001101 101001 101100

Color Harmonies of #42779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42779C

Black with #42779C

Text Example


Text Example

White with #42779C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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