Html Css Color HEX #427296 Jelly Bean

📋 copy color: '#427296'

red 66 ◦ green 114 ◦ blue 150

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

Shades of Jelly Bean #427296

Tints of Jelly Bean #427296

RGB

 RED value IS 66 (26.17% from 255) = 20%

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

 BLUE value IS 150 (58.98% from 255) = 45.45%

R = 20%
G = 34.55%
B = 45.45%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#427296 (or 0x427296) is known color: Jelly Bean. HEX triplet: 42, 72 and 96. RGB value is (66,114,150). Sum of RGB (Red+Green+Blue) = 66+114+150=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 150 (58.98% from 255 or 45.45% from 330); Max value from RGB is 150 - color contains mainly: blue. Hex color #427296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427296 is #BD8D69. Grayscale: #676767. Windows color (decimal): -12422506 or 9859650. OLE color: 9859650.

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

Color convert

RGB 66 114 150 -
CMYK 0.56 0.24 0 0.41
HSL 205.71º 0.39% 0.42% -
HSV(B) 205.71º 0.56% 0.59% -
XYZ 13.77 15.39 31.1 -
YUV 103.75 154.1 101.07 -
System Red Green Blue C M Y K H S L
Decimal 66 114 150 0.56 0.24 0 0.41 205.71 0.39 0.42
Hex 42 72 96 38 18 0 29 CE 27 2A
Octal 102 162 226 70 30 0 51 316 47 52
Binary 1000010 1110010 10010110 111000 11000 0 101001 11001110 100111 101010

Color Harmonies of #427296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427296

Black with #427296

Text Example


Text Example

White with #427296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427296; }

 p { color: rgb(66,114,150); }

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

background-color css

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

 a { background-color: rgb(66,114,150); }

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

border-color css

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

 span { border-color: rgb(66,114,150); }

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