Html Css Color HEX #41778A Jelly Bean

📋 copy color: '#41778A'

red 65 ◦ green 119 ◦ blue 138

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

Shades of Jelly Bean #41778A

Tints of Jelly Bean #41778A

RGB

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

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

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

R = 20.19%
G = 36.96%
B = 42.86%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#41778A (or 0x41778A) is known color: Jelly Bean. HEX triplet: 41, 77 and 8A. RGB value is (65,119,138). Sum of RGB (Red+Green+Blue) = 65+119+138=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 138 - color contains mainly: blue. Hex color #41778A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41778A is #BE8875. Grayscale: #686868. Windows color (decimal): -12486774 or 9074497. OLE color: 9074497.

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

Color convert

RGB 65 119 138 -
CMYK 0.53 0.14 0 0.46
HSL 195.62º 0.36% 0.4% -
HSV(B) 195.62º 0.53% 0.54% -
XYZ 13.36 16.15 26.46 -
YUV 105.02 146.61 99.46 -
System Red Green Blue C M Y K H S L
Decimal 65 119 138 0.53 0.14 0 0.46 195.62 0.36 0.4
Hex 41 77 8A 35 E 0 2E C4 24 28
Octal 101 167 212 65 16 0 56 304 44 50
Binary 1000001 1110111 10001010 110101 1110 0 101110 11000100 100100 101000

Color Harmonies of #41778A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41778A

Black with #41778A

Text Example


Text Example

White with #41778A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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