Html Css Color HEX #4A92A0 Hippie Blue

📋 copy color: '#4A92A0'

red 74 ◦ green 146 ◦ blue 160

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

Shades of Hippie Blue #4A92A0

Tints of Hippie Blue #4A92A0

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.42%

 BLUE value IS 160 (62.89% from 255) = 42.11%

R = 19.47%
G = 38.42%
B = 42.11%

CMYK

 C value IS 0.54

 M value IS 0.09

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4A92A0 (or 0x4A92A0) is known color: Hippie Blue. HEX triplet: 4A, 92 and A0. RGB value is (74,146,160). Sum of RGB (Red+Green+Blue) = 74+146+160=380 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.47% from 380); Green value is 146 (57.42% from 255 or 38.42% from 380); Blue value is 160 (62.89% from 255 or 42.11% from 380); Max value from RGB is 160 - color contains mainly: blue. Hex color #4A92A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A92A0 is #B56D5F. Grayscale: #7D7D7D. Windows color (decimal): -11890016 or 10523210. OLE color: 10523210.

HSL color Cylindrical-coordinate representation of color #4A92A0: hue angle of 189.77º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A92A0 is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 74 146 160 -
CMYK 0.54 0.09 0 0.37
HSL 189.77º 0.37% 0.46% -
HSV(B) 189.77º 0.54% 0.63% -
XYZ 19.45 24.55 36.97 -
YUV 126.07 147.15 90.86 -
System Red Green Blue C M Y K H S L
Decimal 74 146 160 0.54 0.09 0 0.37 189.77 0.37 0.46
Hex 4A 92 A0 36 9 0 25 BE 25 2E
Octal 112 222 240 66 11 0 45 276 45 56
Binary 1001010 10010010 10100000 110110 1001 0 100101 10111110 100101 101110

Color Harmonies of #4A92A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A92A0

Black with #4A92A0

Text Example


Text Example

White with #4A92A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,146,160); }

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

background-color css

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

 a { background-color: rgb(74,146,160); }

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

border-color css

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

 span { border-color: rgb(74,146,160); }

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