Html Css Color HEX #418290 Jelly Bean

📋 copy color: '#418290'

red 65 ◦ green 130 ◦ blue 144

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

Shades of Jelly Bean #418290

Tints of Jelly Bean #418290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.35%

 BLUE value IS 144 (56.64% from 255) = 42.48%

R = 19.17%
G = 38.35%
B = 42.48%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#418290 (or 0x418290) is known color: Jelly Bean. HEX triplet: 41, 82 and 90. RGB value is (65,130,144). Sum of RGB (Red+Green+Blue) = 65+130+144=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #418290 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418290 is #BE7D6F. Grayscale: #707070. Windows color (decimal): -12483952 or 9470529. OLE color: 9470529.

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

Color convert

RGB 65 130 144 -
CMYK 0.55 0.10 0 0.44
HSL 190.63º 0.38% 0.41% -
HSV(B) 190.63º 0.55% 0.56% -
XYZ 15.2 19.1 29.27 -
YUV 112.16 145.97 94.36 -
System Red Green Blue C M Y K H S L
Decimal 65 130 144 0.55 0.10 0 0.44 190.63 0.38 0.41
Hex 41 82 90 37 A 0 2C BF 26 29
Octal 101 202 220 67 12 0 54 277 46 51
Binary 1000001 10000010 10010000 110111 1010 0 101100 10111111 100110 101001

Color Harmonies of #418290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #418290

Black with #418290

Text Example


Text Example

White with #418290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #418290; }

 p { color: rgb(65,130,144); }

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

background-color css

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

 a { background-color: rgb(65,130,144); }

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

border-color css

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

 span { border-color: rgb(65,130,144); }

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