Html Css Color HEX #4A949D Hippie Blue

📋 copy color: '#4A949D'

red 74 ◦ green 148 ◦ blue 157

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

Shades of Hippie Blue #4A949D

Tints of Hippie Blue #4A949D

RGB

 RED value IS 74 (29.3% from 255) = 19.53%

 GREEN value IS 148 (58.2% from 255) = 39.05%

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

R = 19.53%
G = 39.05%
B = 41.42%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4A949D (or 0x4A949D) is known color: Hippie Blue. HEX triplet: 4A, 94 and 9D. RGB value is (74,148,157). Sum of RGB (Red+Green+Blue) = 74+148+157=379 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.53% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 157 - color contains mainly: blue. Hex color #4A949D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A949D is #B56B62. Grayscale: #7E7E7E. Windows color (decimal): -11889507 or 10327114. OLE color: 10327114.

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

Color convert

RGB 74 148 157 -
CMYK 0.53 0.06 0 0.38
HSL 186.51º 0.36% 0.45% -
HSV(B) 186.51º 0.53% 0.62% -
XYZ 19.5 25.07 35.71 -
YUV 126.9 144.98 90.27 -
System Red Green Blue C M Y K H S L
Decimal 74 148 157 0.53 0.06 0 0.38 186.51 0.36 0.45
Hex 4A 94 9D 35 6 0 26 BB 24 2D
Octal 112 224 235 65 6 0 46 273 44 55
Binary 1001010 10010100 10011101 110101 110 0 100110 10111011 100100 101101

Color Harmonies of #4A949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A949D

Black with #4A949D

Text Example


Text Example

White with #4A949D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,148,157); }

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

background-color css

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

 a { background-color: rgb(74,148,157); }

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

border-color css

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

 span { border-color: rgb(74,148,157); }

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