Html Css Color HEX #427784 Jelly Bean

📋 copy color: '#427784'

red 66 ◦ green 119 ◦ blue 132

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

Shades of Jelly Bean #427784

Tints of Jelly Bean #427784

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.54%

 BLUE value IS 132 (51.95% from 255) = 41.64%

R = 20.82%
G = 37.54%
B = 41.64%

CMYK

 C value IS 0.5

 M value IS 0.10

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#427784 (or 0x427784) is known color: Jelly Bean. HEX triplet: 42, 77 and 84. RGB value is (66,119,132). Sum of RGB (Red+Green+Blue) = 66+119+132=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 132 - color contains mainly: blue. Hex color #427784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427784 is #BD887B. Grayscale: #686868. Windows color (decimal): -12421244 or 8681282. OLE color: 8681282.

HSL color Cylindrical-coordinate representation of color #427784: hue angle of 191.82º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #427784 is Cyan = 0.5, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 119 132 -
CMYK 0.5 0.10 0 0.48
HSL 191.82º 0.33% 0.39% -
HSV(B) 191.82º 0.5% 0.52% -
XYZ 13.01 16.02 24.24 -
YUV 104.64 143.44 100.44 -
System Red Green Blue C M Y K H S L
Decimal 66 119 132 0.5 0.10 0 0.48 191.82 0.33 0.39
Hex 42 77 84 32 A 0 30 C0 21 27
Octal 102 167 204 62 12 0 60 300 41 47
Binary 1000010 1110111 10000100 110010 1010 0 110000 11000000 100001 100111

Color Harmonies of #427784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427784

Black with #427784

Text Example


Text Example

White with #427784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427784; }

 p { color: rgb(66,119,132); }

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

background-color css

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

 a { background-color: rgb(66,119,132); }

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

border-color css

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

 span { border-color: rgb(66,119,132); }

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