Html Css Color HEX #4B7D94 Jelly Bean

📋 copy color: '#4B7D94'

red 75 ◦ green 125 ◦ blue 148

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

Shades of Jelly Bean #4B7D94

Tints of Jelly Bean #4B7D94

RGB

 RED value IS 75 (29.69% from 255) = 21.55%

 GREEN value IS 125 (49.22% from 255) = 35.92%

 BLUE value IS 148 (58.2% from 255) = 42.53%

R = 21.55%
G = 35.92%
B = 42.53%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4B7D94 (or 0x4B7D94) is known color: Jelly Bean. HEX triplet: 4B, 7D and 94. RGB value is (75,125,148). Sum of RGB (Red+Green+Blue) = 75+125+148=348 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.55% from 348); Green value is 125 (49.22% from 255 or 35.92% from 348); Blue value is 148 (58.20% from 255 or 42.53% from 348); Max value from RGB is 148 - color contains mainly: blue. Hex color #4B7D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7D94 is #B4826B. Grayscale: #707070. Windows color (decimal): -11829868 or 9731403. OLE color: 9731403.

HSL color Cylindrical-coordinate representation of color #4B7D94: hue angle of 198.9º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B7D94 is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 75 125 148 -
CMYK 0.49 0.16 0 0.42
HSL 198.9º 0.33% 0.44% -
HSV(B) 198.9º 0.49% 0.58% -
XYZ 15.58 18.3 30.73 -
YUV 112.67 147.94 101.13 -
System Red Green Blue C M Y K H S L
Decimal 75 125 148 0.49 0.16 0 0.42 198.9 0.33 0.44
Hex 4B 7D 94 31 10 0 2A C7 21 2C
Octal 113 175 224 61 20 0 52 307 41 54
Binary 1001011 1111101 10010100 110001 10000 0 101010 11000111 100001 101100

Color Harmonies of #4B7D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7D94

Black with #4B7D94

Text Example


Text Example

White with #4B7D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B7D94; }

 p { color: rgb(75,125,148); }

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

background-color css

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

 a { background-color: rgb(75,125,148); }

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

border-color css

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

 span { border-color: rgb(75,125,148); }

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