Html Css Color HEX #42789C Jelly Bean

📋 copy color: '#42789C'

red 66 ◦ green 120 ◦ blue 156

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

Shades of Jelly Bean #42789C

Tints of Jelly Bean #42789C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.09%

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

R = 19.3%
G = 35.09%
B = 45.61%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42789C (or 0x42789C) is known color: Jelly Bean. HEX triplet: 42, 78 and 9C. RGB value is (66,120,156). Sum of RGB (Red+Green+Blue) = 66+120+156=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #42789C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42789C is #BD8763. Grayscale: #6B6B6B. Windows color (decimal): -12420964 or 10254402. OLE color: 10254402.

HSL color Cylindrical-coordinate representation of color #42789C: hue angle of 204º 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 #42789C is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 120 156 -
CMYK 0.58 0.23 0 0.39
HSL 204º 0.41% 0.44% -
HSV(B) 204º 0.58% 0.61% -
XYZ 14.96 16.99 33.94 -
YUV 107.96 155.11 98.07 -
System Red Green Blue C M Y K H S L
Decimal 66 120 156 0.58 0.23 0 0.39 204 0.41 0.44
Hex 42 78 9C 3A 17 0 27 CC 29 2C
Octal 102 170 234 72 27 0 47 314 51 54
Binary 1000010 1111000 10011100 111010 10111 0 100111 11001100 101001 101100

Color Harmonies of #42789C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42789C

Black with #42789C

Text Example


Text Example

White with #42789C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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