Html Css Color HEX #42788F Jelly Bean

📋 copy color: '#42788F'

red 66 ◦ green 120 ◦ blue 143

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

Shades of Jelly Bean #42788F

Tints of Jelly Bean #42788F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.47%

R = 20.06%
G = 36.47%
B = 43.47%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#42788F (or 0x42788F) is known color: Jelly Bean. HEX triplet: 42, 78 and 8F. RGB value is (66,120,143). Sum of RGB (Red+Green+Blue) = 66+120+143=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 143 - color contains mainly: blue. Hex color #42788F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42788F is #BD8770. Grayscale: #6A6A6A. Windows color (decimal): -12420977 or 9402434. OLE color: 9402434.

HSL color Cylindrical-coordinate representation of color #42788F: hue angle of 197.92º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42788F is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 120 143 -
CMYK 0.54 0.16 0 0.44
HSL 197.92º 0.37% 0.41% -
HSV(B) 197.92º 0.54% 0.56% -
XYZ 13.92 16.57 28.45 -
YUV 106.48 148.61 99.13 -
System Red Green Blue C M Y K H S L
Decimal 66 120 143 0.54 0.16 0 0.44 197.92 0.37 0.41
Hex 42 78 8F 36 10 0 2C C6 25 29
Octal 102 170 217 66 20 0 54 306 45 51
Binary 1000010 1111000 10001111 110110 10000 0 101100 11000110 100101 101001

Color Harmonies of #42788F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42788F

Black with #42788F

Text Example


Text Example

White with #42788F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42788F; }

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

 H1.HeaderClassName
 {
   color: #42788F;
 }
 .AnyTagClassName
 {
   color: #42788F;
 }
</style>

background-color css

<style>
 a { background-color: #42788F; }

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

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

border-color css

<style>
 span { border-color: #42788F; }

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

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