Html Css Color HEX #427898 Jelly Bean

📋 copy color: '#427898'

red 66 ◦ green 120 ◦ blue 152

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

Shades of Jelly Bean #427898

Tints of Jelly Bean #427898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 44.97%

R = 19.53%
G = 35.5%
B = 44.97%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#427898 (or 0x427898) is known color: Jelly Bean. HEX triplet: 42, 78 and 98. RGB value is (66,120,152). Sum of RGB (Red+Green+Blue) = 66+120+152=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 152 - color contains mainly: blue. Hex color #427898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427898 is #BD8767. Grayscale: #6B6B6B. Windows color (decimal): -12420968 or 9992258. OLE color: 9992258.

HSL color Cylindrical-coordinate representation of color #427898: hue angle of 202.33º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #427898 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 120 152 -
CMYK 0.57 0.21 0 0.40
HSL 202.33º 0.39% 0.43% -
HSV(B) 202.33º 0.57% 0.6% -
XYZ 14.63 16.86 32.19 -
YUV 107.5 153.11 98.4 -
System Red Green Blue C M Y K H S L
Decimal 66 120 152 0.57 0.21 0 0.40 202.33 0.39 0.43
Hex 42 78 98 39 15 0 28 CA 27 2B
Octal 102 170 230 71 25 0 50 312 47 53
Binary 1000010 1111000 10011000 111001 10101 0 101000 11001010 100111 101011

Color Harmonies of #427898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427898

Black with #427898

Text Example


Text Example

White with #427898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427898; }

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

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

background-color css

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

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

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

border-color css

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

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

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