Html Css Color HEX #417293 Jelly Bean

📋 copy color: '#417293'

red 65 ◦ green 114 ◦ blue 147

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

Shades of Jelly Bean #417293

Tints of Jelly Bean #417293

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.97%

 BLUE value IS 147 (57.81% from 255) = 45.09%

R = 19.94%
G = 34.97%
B = 45.09%

CMYK

 C value IS 0.56

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#417293 (or 0x417293) is known color: Jelly Bean. HEX triplet: 41, 72 and 93. RGB value is (65,114,147). Sum of RGB (Red+Green+Blue) = 65+114+147=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #417293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417293 is #BE8D6C. Grayscale: #666666. Windows color (decimal): -12488045 or 9663041. OLE color: 9663041.

HSL color Cylindrical-coordinate representation of color #417293: hue angle of 204.15º 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 #417293 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 114 147 -
CMYK 0.56 0.22 0 0.42
HSL 204.15º 0.39% 0.42% -
HSV(B) 204.15º 0.56% 0.58% -
XYZ 13.46 15.27 29.84 -
YUV 103.11 152.77 100.82 -
System Red Green Blue C M Y K H S L
Decimal 65 114 147 0.56 0.22 0 0.42 204.15 0.39 0.42
Hex 41 72 93 38 16 0 2A CC 27 2A
Octal 101 162 223 70 26 0 52 314 47 52
Binary 1000001 1110010 10010011 111000 10110 0 101010 11001100 100111 101010

Color Harmonies of #417293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417293

Black with #417293

Text Example


Text Example

White with #417293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417293; }

 p { color: rgb(65,114,147); }

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

background-color css

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

 a { background-color: rgb(65,114,147); }

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

border-color css

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

 span { border-color: rgb(65,114,147); }

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