Html Css Color HEX #427F8D Jelly Bean

📋 copy color: '#427F8D'

red 66 ◦ green 127 ◦ blue 141

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

Shades of Jelly Bean #427F8D

Tints of Jelly Bean #427F8D

RGB

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

 GREEN value IS 127 (50% from 255) = 38.02%

 BLUE value IS 141 (55.47% from 255) = 42.22%

R = 19.76%
G = 38.02%
B = 42.22%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#427F8D (or 0x427F8D) is known color: Jelly Bean. HEX triplet: 42, 7F and 8D. RGB value is (66,127,141). Sum of RGB (Red+Green+Blue) = 66+127+141=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #427F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427F8D is #BD8072. Grayscale: #6E6E6E. Windows color (decimal): -12419187 or 9273154. OLE color: 9273154.

HSL color Cylindrical-coordinate representation of color #427F8D: hue angle of 191.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #427F8D is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 127 141 -
CMYK 0.53 0.10 0 0.45
HSL 191.2º 0.36% 0.41% -
HSV(B) 191.2º 0.53% 0.55% -
XYZ 14.64 18.26 27.95 -
YUV 110.36 145.29 96.36 -
System Red Green Blue C M Y K H S L
Decimal 66 127 141 0.53 0.10 0 0.45 191.2 0.36 0.41
Hex 42 7F 8D 35 A 0 2D BF 24 29
Octal 102 177 215 65 12 0 55 277 44 51
Binary 1000010 1111111 10001101 110101 1010 0 101101 10111111 100100 101001

Color Harmonies of #427F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427F8D

Black with #427F8D

Text Example


Text Example

White with #427F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,127,141); }

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

background-color css

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

 a { background-color: rgb(66,127,141); }

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

border-color css

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

 span { border-color: rgb(66,127,141); }

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