Html Css Color HEX #427598 Jelly Bean

📋 copy color: '#427598'

red 66 ◦ green 117 ◦ blue 152

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

Shades of Jelly Bean #427598

Tints of Jelly Bean #427598

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.93%

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

R = 19.7%
G = 34.93%
B = 45.37%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#427598 (or 0x427598) is known color: Jelly Bean. HEX triplet: 42, 75 and 98. RGB value is (66,117,152). Sum of RGB (Red+Green+Blue) = 66+117+152=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 152 - color contains mainly: blue. Hex color #427598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427598 is #BD8A67. Grayscale: #696969. Windows color (decimal): -12421736 or 9991490. OLE color: 9991490.

HSL color Cylindrical-coordinate representation of color #427598: hue angle of 204.42º 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 #427598 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 117 152 -
CMYK 0.57 0.23 0 0.40
HSL 204.42º 0.39% 0.43% -
HSV(B) 204.42º 0.57% 0.6% -
XYZ 14.28 16.15 32.07 -
YUV 105.74 154.1 99.65 -
System Red Green Blue C M Y K H S L
Decimal 66 117 152 0.57 0.23 0 0.40 204.42 0.39 0.43
Hex 42 75 98 39 17 0 28 CC 27 2B
Octal 102 165 230 71 27 0 50 314 47 53
Binary 1000010 1110101 10011000 111001 10111 0 101000 11001100 100111 101011

Color Harmonies of #427598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427598

Black with #427598

Text Example


Text Example

White with #427598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427598; }

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

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

background-color css

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

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

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

border-color css

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

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

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