Html Css Color HEX #427B9E Jelly Bean

📋 copy color: '#427B9E'

red 66 ◦ green 123 ◦ blue 158

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

Shades of Jelly Bean #427B9E

Tints of Jelly Bean #427B9E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.45%

 BLUE value IS 158 (62.11% from 255) = 45.53%

R = 19.02%
G = 35.45%
B = 45.53%

CMYK

 C value IS 0.58

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#427B9E (or 0x427B9E) is known color: Jelly Bean. HEX triplet: 42, 7B and 9E. RGB value is (66,123,158). Sum of RGB (Red+Green+Blue) = 66+123+158=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #427B9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427B9E is #BD8461. Grayscale: #6D6D6D. Windows color (decimal): -12420194 or 10386242. OLE color: 10386242.

HSL color Cylindrical-coordinate representation of color #427B9E: hue angle of 202.83º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #427B9E is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 123 158 -
CMYK 0.58 0.22 0 0.38
HSL 202.83º 0.41% 0.44% -
HSV(B) 202.83º 0.58% 0.62% -
XYZ 15.5 17.79 34.97 -
YUV 109.95 155.12 96.65 -
System Red Green Blue C M Y K H S L
Decimal 66 123 158 0.58 0.22 0 0.38 202.83 0.41 0.44
Hex 42 7B 9E 3A 16 0 26 CB 29 2C
Octal 102 173 236 72 26 0 46 313 51 54
Binary 1000010 1111011 10011110 111010 10110 0 100110 11001011 101001 101100

Color Harmonies of #427B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427B9E

Black with #427B9E

Text Example


Text Example

White with #427B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427B9E; }

 p { color: rgb(66,123,158); }

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

background-color css

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

 a { background-color: rgb(66,123,158); }

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

border-color css

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

 span { border-color: rgb(66,123,158); }

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