Html Css Color HEX #42778A Jelly Bean

📋 copy color: '#42778A'

red 66 ◦ green 119 ◦ blue 138

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

Shades of Jelly Bean #42778A

Tints of Jelly Bean #42778A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.72%

R = 20.43%
G = 36.84%
B = 42.72%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#42778A (or 0x42778A) is known color: Jelly Bean. HEX triplet: 42, 77 and 8A. RGB value is (66,119,138). Sum of RGB (Red+Green+Blue) = 66+119+138=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 138 - color contains mainly: blue. Hex color #42778A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42778A is #BD8875. Grayscale: #696969. Windows color (decimal): -12421238 or 9074498. OLE color: 9074498.

HSL color Cylindrical-coordinate representation of color #42778A: hue angle of 195.83º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #42778A is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 119 138 -
CMYK 0.52 0.14 0 0.46
HSL 195.83º 0.35% 0.4% -
HSV(B) 195.83º 0.52% 0.54% -
XYZ 13.43 16.19 26.46 -
YUV 105.32 146.44 99.96 -
System Red Green Blue C M Y K H S L
Decimal 66 119 138 0.52 0.14 0 0.46 195.83 0.35 0.4
Hex 42 77 8A 34 E 0 2E C4 23 28
Octal 102 167 212 64 16 0 56 304 43 50
Binary 1000010 1110111 10001010 110100 1110 0 101110 11000100 100011 101000

Color Harmonies of #42778A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42778A

Black with #42778A

Text Example


Text Example

White with #42778A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42778A; }

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

 H1.HeaderClassName
 {
   color: #42778A;
 }
 .AnyTagClassName
 {
   color: #42778A;
 }
</style>

background-color css

<style>
 a { background-color: #42778A; }

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

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

border-color css

<style>
 span { border-color: #42778A; }

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

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