Html Css Color HEX #427985 Jelly Bean

📋 copy color: '#427985'

red 66 ◦ green 121 ◦ blue 133

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

Shades of Jelly Bean #427985

Tints of Jelly Bean #427985

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.81%

 BLUE value IS 133 (52.34% from 255) = 41.56%

R = 20.63%
G = 37.81%
B = 41.56%

CMYK

 C value IS 0.50

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#427985 (or 0x427985) is known color: Jelly Bean. HEX triplet: 42, 79 and 85. RGB value is (66,121,133). Sum of RGB (Red+Green+Blue) = 66+121+133=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 121 (47.66% from 255 or 37.81% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #427985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427985 is #BD867A. Grayscale: #696969. Windows color (decimal): -12420731 or 8747330. OLE color: 8747330.

HSL color Cylindrical-coordinate representation of color #427985: hue angle of 190.75º degrees, saturation: 0.34, 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 #427985 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 121 133 -
CMYK 0.50 0.09 0 0.48
HSL 190.75º 0.34% 0.39% -
HSV(B) 190.75º 0.5% 0.52% -
XYZ 13.32 16.53 24.68 -
YUV 105.92 143.28 99.52 -
System Red Green Blue C M Y K H S L
Decimal 66 121 133 0.50 0.09 0 0.48 190.75 0.34 0.39
Hex 42 79 85 32 9 0 30 BF 22 27
Octal 102 171 205 62 11 0 60 277 42 47
Binary 1000010 1111001 10000101 110010 1001 0 110000 10111111 100010 100111

Color Harmonies of #427985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427985

Black with #427985

Text Example


Text Example

White with #427985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427985; }

 p { color: rgb(66,121,133); }

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

background-color css

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

 a { background-color: rgb(66,121,133); }

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

border-color css

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

 span { border-color: rgb(66,121,133); }

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