Html Css Color HEX #43768E Jelly Bean

📋 copy color: '#43768E'

red 67 ◦ green 118 ◦ blue 142

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

Shades of Jelly Bean #43768E

Tints of Jelly Bean #43768E

RGB

 RED value IS 67 (26.56% from 255) = 20.49%

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

 BLUE value IS 142 (55.86% from 255) = 43.43%

R = 20.49%
G = 36.09%
B = 43.43%

CMYK

 C value IS 0.53

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#43768E (or 0x43768E) is known color: Jelly Bean. HEX triplet: 43, 76 and 8E. RGB value is (67,118,142). Sum of RGB (Red+Green+Blue) = 67+118+142=327 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.49% from 327); Green value is 118 (46.48% from 255 or 36.09% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 142 - color contains mainly: blue. Hex color #43768E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43768E is #BC8971. Grayscale: #696969. Windows color (decimal): -12355954 or 9336387. OLE color: 9336387.

HSL color Cylindrical-coordinate representation of color #43768E: hue angle of 199.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #43768E is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 67 118 142 -
CMYK 0.53 0.17 0 0.44
HSL 199.2º 0.36% 0.41% -
HSV(B) 199.2º 0.53% 0.56% -
XYZ 13.68 16.1 27.98 -
YUV 105.49 148.6 100.55 -
System Red Green Blue C M Y K H S L
Decimal 67 118 142 0.53 0.17 0 0.44 199.2 0.36 0.41
Hex 43 76 8E 35 11 0 2C C7 24 29
Octal 103 166 216 65 21 0 54 307 44 51
Binary 1000011 1110110 10001110 110101 10001 0 101100 11000111 100100 101001

Color Harmonies of #43768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43768E

Black with #43768E

Text Example


Text Example

White with #43768E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43768E; }

 p { color: rgb(67,118,142); }

 H1.HeaderClassName
 {
   color: #43768E;
 }
 .AnyTagClassName
 {
   color: #43768E;
 }
</style>

background-color css

<style>
 a { background-color: #43768E; }

 a { background-color: rgb(67,118,142); }

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

border-color css

<style>
 span { border-color: #43768E; }

 span { border-color: rgb(67,118,142); }

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