Html Css Color HEX #41778B Jelly Bean

📋 copy color: '#41778B'

red 65 ◦ green 119 ◦ blue 139

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

Shades of Jelly Bean #41778B

Tints of Jelly Bean #41778B

RGB

 RED value IS 65 (25.78% from 255) = 20.12%

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

 BLUE value IS 139 (54.69% from 255) = 43.03%

R = 20.12%
G = 36.84%
B = 43.03%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41778B (or 0x41778B) is known color: Jelly Bean. HEX triplet: 41, 77 and 8B. RGB value is (65,119,139). Sum of RGB (Red+Green+Blue) = 65+119+139=323 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.12% from 323); Green value is 119 (46.88% from 255 or 36.84% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 139 - color contains mainly: blue. Hex color #41778B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41778B is #BE8874. Grayscale: #696969. Windows color (decimal): -12486773 or 9140033. OLE color: 9140033.

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

Color convert

RGB 65 119 139 -
CMYK 0.53 0.14 0 0.45
HSL 196.22º 0.36% 0.4% -
HSV(B) 196.22º 0.53% 0.55% -
XYZ 13.44 16.18 26.84 -
YUV 105.13 147.11 99.37 -
System Red Green Blue C M Y K H S L
Decimal 65 119 139 0.53 0.14 0 0.45 196.22 0.36 0.4
Hex 41 77 8B 35 E 0 2D C4 24 28
Octal 101 167 213 65 16 0 55 304 44 50
Binary 1000001 1110111 10001011 110101 1110 0 101101 11000100 100100 101000

Color Harmonies of #41778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41778B

Black with #41778B

Text Example


Text Example

White with #41778B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41778B; }

 p { color: rgb(65,119,139); }

 H1.HeaderClassName
 {
   color: #41778B;
 }
 .AnyTagClassName
 {
   color: #41778B;
 }
</style>

background-color css

<style>
 a { background-color: #41778B; }

 a { background-color: rgb(65,119,139); }

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

border-color css

<style>
 span { border-color: #41778B; }

 span { border-color: rgb(65,119,139); }

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