#418195

Color #418195 Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #418195

Tints of Jelly Bean #418195

Color information

#418195 (or 0x418195) is unknown color: approx Jelly Bean. HEX triplet: 41, 81 and 95. RGB value is (65,129,149). Sum of RGB (Red+Green+Blue) = 65+129+149=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 149 - color contains mainly: blue. Hex color #418195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418195 is #BE7E6A. Grayscale: #707070. Windows color (decimal): -12484203 or 9797953. OLE color: 9797953.

HSL color Cylindrical-coordinate representation of color #418195: hue angle of 194.29º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #418195 is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB65129149-
CMYK0.560.1300.42
HSL194.29º39.25%41.96%-
HSV(B)194.29º56.38%58.43%-
XYZ15.4618.9931.29-
YUV112.14148.894.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.95%
GREEN value IS 129 (50.78% from 255) = 37.61%
BLUE value IS 149 (58.59% from 255) = 43.44%
R=18.95%
G=37.61%
B=43.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal651291490.560.1300.42194.2939.2541.96
Hex41819538D02Ac2272a
Octal10120122570150523024752
Binary100000110000001100101011110001101010101011000010100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418195; }

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

 H1.HeaderClassName
 {
   color: #418195;
 }
 .AnyTagClassName
 {
   color: #418195;
 }
</style>
background-color css

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

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

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

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

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

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