Html Css Color HEX #4B849D Hippie Blue

📋 copy color: '#4B849D'

red 75 ◦ green 132 ◦ blue 157

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

Shades of Hippie Blue #4B849D

Tints of Hippie Blue #4B849D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.26%

 BLUE value IS 157 (61.72% from 255) = 43.13%

R = 20.6%
G = 36.26%
B = 43.13%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4B849D (or 0x4B849D) is known color: Hippie Blue. HEX triplet: 4B, 84 and 9D. RGB value is (75,132,157). Sum of RGB (Red+Green+Blue) = 75+132+157=364 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.60% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 157 (61.72% from 255 or 43.13% from 364); Max value from RGB is 157 - color contains mainly: blue. Hex color #4B849D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B849D is #B47B62. Grayscale: #757575. Windows color (decimal): -11828067 or 10323019. OLE color: 10323019.

HSL color Cylindrical-coordinate representation of color #4B849D: hue angle of 198.29º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B849D is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 75 132 157 -
CMYK 0.52 0.16 0 0.38
HSL 198.29º 0.35% 0.45% -
HSV(B) 198.29º 0.52% 0.62% -
XYZ 17.24 20.43 34.93 -
YUV 117.81 150.12 97.47 -
System Red Green Blue C M Y K H S L
Decimal 75 132 157 0.52 0.16 0 0.38 198.29 0.35 0.45
Hex 4B 84 9D 34 10 0 26 C6 23 2D
Octal 113 204 235 64 20 0 46 306 43 55
Binary 1001011 10000100 10011101 110100 10000 0 100110 11000110 100011 101101

Color Harmonies of #4B849D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B849D

Black with #4B849D

Text Example


Text Example

White with #4B849D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,132,157); }

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

background-color css

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

 a { background-color: rgb(75,132,157); }

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

border-color css

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

 span { border-color: rgb(75,132,157); }

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