Html Css Color HEX #418092 Jelly Bean

📋 copy color: '#418092'

red 65 ◦ green 128 ◦ blue 146

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

Shades of Jelly Bean #418092

Tints of Jelly Bean #418092

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.76%

 BLUE value IS 146 (57.42% from 255) = 43.07%

R = 19.17%
G = 37.76%
B = 43.07%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#418092 (or 0x418092) is known color: Jelly Bean. HEX triplet: 41, 80 and 92. RGB value is (65,128,146). Sum of RGB (Red+Green+Blue) = 65+128+146=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #418092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418092 is #BE7F6D. Grayscale: #6F6F6F. Windows color (decimal): -12484462 or 9601089. OLE color: 9601089.

HSL color Cylindrical-coordinate representation of color #418092: hue angle of 193.33º 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 #418092 is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 128 146 -
CMYK 0.55 0.12 0 0.43
HSL 193.33º 0.38% 0.41% -
HSV(B) 193.33º 0.55% 0.57% -
XYZ 15.09 18.64 30 -
YUV 111.22 147.63 95.04 -
System Red Green Blue C M Y K H S L
Decimal 65 128 146 0.55 0.12 0 0.43 193.33 0.38 0.41
Hex 41 80 92 37 C 0 2B C1 26 29
Octal 101 200 222 67 14 0 53 301 46 51
Binary 1000001 10000000 10010010 110111 1100 0 101011 11000001 100110 101001

Color Harmonies of #418092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418092

Black with #418092

Text Example


Text Example

White with #418092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418092; }

 p { color: rgb(65,128,146); }

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

background-color css

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

 a { background-color: rgb(65,128,146); }

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

border-color css

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

 span { border-color: rgb(65,128,146); }

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