Html Css Color HEX #4B8694 Hippie Blue

📋 copy color: '#4B8694'

red 75 ◦ green 134 ◦ blue 148

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

Shades of Hippie Blue #4B8694

Tints of Hippie Blue #4B8694

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.54%

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

R = 21.01%
G = 37.54%
B = 41.46%

CMYK

 C value IS 0.49

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4B8694 (or 0x4B8694) is known color: Hippie Blue. HEX triplet: 4B, 86 and 94. RGB value is (75,134,148). Sum of RGB (Red+Green+Blue) = 75+134+148=357 (47% of max value = 765). Red value is 75 (29.69% from 255 or 21.01% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 148 - color contains mainly: blue. Hex color #4B8694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B8694 is #B4796B. Grayscale: #757575. Windows color (decimal): -11827564 or 9733707. OLE color: 9733707.

HSL color Cylindrical-coordinate representation of color #4B8694: hue angle of 191.51º 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 #4B8694 is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 75 134 148 -
CMYK 0.49 0.09 0 0.42
HSL 191.51º 0.33% 0.44% -
HSV(B) 191.51º 0.49% 0.58% -
XYZ 16.77 20.68 31.13 -
YUV 117.96 144.95 97.36 -
System Red Green Blue C M Y K H S L
Decimal 75 134 148 0.49 0.09 0 0.42 191.51 0.33 0.44
Hex 4B 86 94 31 9 0 2A C0 21 2C
Octal 113 206 224 61 11 0 52 300 41 54
Binary 1001011 10000110 10010100 110001 1001 0 101010 11000000 100001 101100

Color Harmonies of #4B8694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B8694

Black with #4B8694

Text Example


Text Example

White with #4B8694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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