Html Css Color HEX #427688 Jelly Bean

📋 copy color: '#427688'

red 66 ◦ green 118 ◦ blue 136

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

Shades of Jelly Bean #427688

Tints of Jelly Bean #427688

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.88%

 BLUE value IS 136 (53.52% from 255) = 42.5%

R = 20.63%
G = 36.88%
B = 42.5%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#427688 (or 0x427688) is known color: Jelly Bean. HEX triplet: 42, 76 and 88. RGB value is (66,118,136). Sum of RGB (Red+Green+Blue) = 66+118+136=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 136 - color contains mainly: blue. Hex color #427688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427688 is #BD8977. Grayscale: #686868. Windows color (decimal): -12421496 or 8943170. OLE color: 8943170.

HSL color Cylindrical-coordinate representation of color #427688: hue angle of 195.43º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #427688 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 118 136 -
CMYK 0.51 0.13 0 0.47
HSL 195.43º 0.35% 0.4% -
HSV(B) 195.43º 0.51% 0.53% -
XYZ 13.17 15.89 25.67 -
YUV 104.5 145.77 100.54 -
System Red Green Blue C M Y K H S L
Decimal 66 118 136 0.51 0.13 0 0.47 195.43 0.35 0.4
Hex 42 76 88 33 D 0 2F C3 23 28
Octal 102 166 210 63 15 0 57 303 43 50
Binary 1000010 1110110 10001000 110011 1101 0 101111 11000011 100011 101000

Color Harmonies of #427688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427688

Black with #427688

Text Example


Text Example

White with #427688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427688; }

 p { color: rgb(66,118,136); }

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

background-color css

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

 a { background-color: rgb(66,118,136); }

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

border-color css

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

 span { border-color: rgb(66,118,136); }

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