Html Css Color HEX #427894 Jelly Bean

📋 copy color: '#427894'

red 66 ◦ green 120 ◦ blue 148

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

Shades of Jelly Bean #427894

Tints of Jelly Bean #427894

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.93%

 BLUE value IS 148 (58.2% from 255) = 44.31%

R = 19.76%
G = 35.93%
B = 44.31%

CMYK

 C value IS 0.55

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#427894 (or 0x427894) is known color: Jelly Bean. HEX triplet: 42, 78 and 94. RGB value is (66,120,148). Sum of RGB (Red+Green+Blue) = 66+120+148=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 148 - color contains mainly: blue. Hex color #427894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427894 is #BD876B. Grayscale: #6A6A6A. Windows color (decimal): -12420972 or 9730114. OLE color: 9730114.

HSL color Cylindrical-coordinate representation of color #427894: hue angle of 200.49º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #427894 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 120 148 -
CMYK 0.55 0.19 0 0.42
HSL 200.49º 0.38% 0.42% -
HSV(B) 200.49º 0.55% 0.58% -
XYZ 14.31 16.73 30.49 -
YUV 107.05 151.11 98.72 -
System Red Green Blue C M Y K H S L
Decimal 66 120 148 0.55 0.19 0 0.42 200.49 0.38 0.42
Hex 42 78 94 37 13 0 2A C8 26 2A
Octal 102 170 224 67 23 0 52 310 46 52
Binary 1000010 1111000 10010100 110111 10011 0 101010 11001000 100110 101010

Color Harmonies of #427894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427894

Black with #427894

Text Example


Text Example

White with #427894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427894; }

 p { color: rgb(66,120,148); }

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

background-color css

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

 a { background-color: rgb(66,120,148); }

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

border-color css

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

 span { border-color: rgb(66,120,148); }

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