Html Css Color HEX #42758A Jelly Bean

📋 copy color: '#42758A'

red 66 ◦ green 117 ◦ blue 138

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

Shades of Jelly Bean #42758A

Tints of Jelly Bean #42758A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.45%

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

R = 20.56%
G = 36.45%
B = 42.99%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#42758A (or 0x42758A) is known color: Jelly Bean. HEX triplet: 42, 75 and 8A. RGB value is (66,117,138). Sum of RGB (Red+Green+Blue) = 66+117+138=321 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.56% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 138 - color contains mainly: blue. Hex color #42758A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42758A is #BD8A75. Grayscale: #686868. Windows color (decimal): -12421750 or 9073986. OLE color: 9073986.

HSL color Cylindrical-coordinate representation of color #42758A: hue angle of 197.5º 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 #42758A is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 117 138 -
CMYK 0.52 0.15 0 0.46
HSL 197.5º 0.35% 0.4% -
HSV(B) 197.5º 0.52% 0.54% -
XYZ 13.2 15.72 26.38 -
YUV 104.15 147.1 100.79 -
System Red Green Blue C M Y K H S L
Decimal 66 117 138 0.52 0.15 0 0.46 197.5 0.35 0.4
Hex 42 75 8A 34 F 0 2E C6 23 28
Octal 102 165 212 64 17 0 56 306 43 50
Binary 1000010 1110101 10001010 110100 1111 0 101110 11000110 100011 101000

Color Harmonies of #42758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42758A

Black with #42758A

Text Example


Text Example

White with #42758A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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