Html Css Color HEX #42789D Jelly Bean

📋 copy color: '#42789D'

red 66 ◦ green 120 ◦ blue 157

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

Shades of Jelly Bean #42789D

Tints of Jelly Bean #42789D

RGB

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

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

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

R = 19.24%
G = 34.99%
B = 45.77%

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

#42789D (or 0x42789D) is known color: Jelly Bean. HEX triplet: 42, 78 and 9D. RGB value is (66,120,157). Sum of RGB (Red+Green+Blue) = 66+120+157=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 120 (47.27% from 255 or 34.99% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #42789D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42789D is #BD8762. Grayscale: #6B6B6B. Windows color (decimal): -12420963 or 10319938. OLE color: 10319938.

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

Color convert

RGB 66 120 157 -
CMYK 0.58 0.24 0 0.38
HSL 204.4º 0.41% 0.44% -
HSV(B) 204.4º 0.58% 0.62% -
XYZ 15.05 17.03 34.39 -
YUV 108.07 155.61 97.99 -
System Red Green Blue C M Y K H S L
Decimal 66 120 157 0.58 0.24 0 0.38 204.4 0.41 0.44
Hex 42 78 9D 3A 18 0 26 CC 29 2C
Octal 102 170 235 72 30 0 46 314 51 54
Binary 1000010 1111000 10011101 111010 11000 0 100110 11001100 101001 101100

Color Harmonies of #42789D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42789D

Black with #42789D

Text Example


Text Example

White with #42789D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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