Html Css Color HEX #418191 Jelly Bean

📋 copy color: '#418191'

red 65 ◦ green 129 ◦ blue 145

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

Shades of Jelly Bean #418191

Tints of Jelly Bean #418191

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.05%

 BLUE value IS 145 (57.03% from 255) = 42.77%

R = 19.17%
G = 38.05%
B = 42.77%

CMYK

 C value IS 0.55

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#418191 (or 0x418191) is known color: Jelly Bean. HEX triplet: 41, 81 and 91. RGB value is (65,129,145). Sum of RGB (Red+Green+Blue) = 65+129+145=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 145 (57.03% from 255 or 42.77% from 339); Max value from RGB is 145 - color contains mainly: blue. Hex color #418191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418191 is #BE7E6E. Grayscale: #6F6F6F. Windows color (decimal): -12484207 or 9535809. OLE color: 9535809.

HSL color Cylindrical-coordinate representation of color #418191: hue angle of 192º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #418191 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 129 145 -
CMYK 0.55 0.11 0 0.43
HSL 192º 0.38% 0.41% -
HSV(B) 192º 0.55% 0.57% -
XYZ 15.14 18.87 29.63 -
YUV 111.69 146.8 94.7 -
System Red Green Blue C M Y K H S L
Decimal 65 129 145 0.55 0.11 0 0.43 192 0.38 0.41
Hex 41 81 91 37 B 0 2B C0 26 29
Octal 101 201 221 67 13 0 53 300 46 51
Binary 1000001 10000001 10010001 110111 1011 0 101011 11000000 100110 101001

Color Harmonies of #418191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418191

Black with #418191

Text Example


Text Example

White with #418191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418191; }

 p { color: rgb(65,129,145); }

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

background-color css

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

 a { background-color: rgb(65,129,145); }

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

border-color css

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

 span { border-color: rgb(65,129,145); }

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