Html Css Color HEX #43768C Jelly Bean

📋 copy color: '#43768C'

red 67 ◦ green 118 ◦ blue 140

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

Shades of Jelly Bean #43768C

Tints of Jelly Bean #43768C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.08%

R = 20.62%
G = 36.31%
B = 43.08%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43768C (or 0x43768C) is known color: Jelly Bean. HEX triplet: 43, 76 and 8C. RGB value is (67,118,140). Sum of RGB (Red+Green+Blue) = 67+118+140=325 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.62% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 140 - color contains mainly: blue. Hex color #43768C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43768C is #BC8973. Grayscale: #696969. Windows color (decimal): -12355956 or 9205315. OLE color: 9205315.

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

Color convert

RGB 67 118 140 -
CMYK 0.52 0.16 0 0.45
HSL 198.08º 0.35% 0.41% -
HSV(B) 198.08º 0.52% 0.55% -
XYZ 13.53 16.04 27.19 -
YUV 105.26 147.6 100.71 -
System Red Green Blue C M Y K H S L
Decimal 67 118 140 0.52 0.16 0 0.45 198.08 0.35 0.41
Hex 43 76 8C 34 10 0 2D C6 23 29
Octal 103 166 214 64 20 0 55 306 43 51
Binary 1000011 1110110 10001100 110100 10000 0 101101 11000110 100011 101001

Color Harmonies of #43768C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43768C

Black with #43768C

Text Example


Text Example

White with #43768C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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