Html Css Color HEX #42768D Jelly Bean

📋 copy color: '#42768D'

red 66 ◦ green 118 ◦ blue 141

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

Shades of Jelly Bean #42768D

Tints of Jelly Bean #42768D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.31%

 BLUE value IS 141 (55.47% from 255) = 43.38%

R = 20.31%
G = 36.31%
B = 43.38%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42768D (or 0x42768D) is known color: Jelly Bean. HEX triplet: 42, 76 and 8D. RGB value is (66,118,141). Sum of RGB (Red+Green+Blue) = 66+118+141=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 141 - color contains mainly: blue. Hex color #42768D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42768D is #BD8972. Grayscale: #686868. Windows color (decimal): -12421491 or 9270850. OLE color: 9270850.

HSL color Cylindrical-coordinate representation of color #42768D: hue angle of 198.4º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42768D is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 118 141 -
CMYK 0.53 0.16 0 0.45
HSL 198.4º 0.36% 0.41% -
HSV(B) 198.4º 0.53% 0.55% -
XYZ 13.53 16.04 27.58 -
YUV 105.07 148.27 100.13 -
System Red Green Blue C M Y K H S L
Decimal 66 118 141 0.53 0.16 0 0.45 198.4 0.36 0.41
Hex 42 76 8D 35 10 0 2D C6 24 29
Octal 102 166 215 65 20 0 55 306 44 51
Binary 1000010 1110110 10001101 110101 10000 0 101101 11000110 100100 101001

Color Harmonies of #42768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42768D

Black with #42768D

Text Example


Text Example

White with #42768D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,118,141); }

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

background-color css

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

 a { background-color: rgb(66,118,141); }

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

border-color css

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

 span { border-color: rgb(66,118,141); }

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