Html Css Color HEX #4B90A0 Hippie Blue

📋 copy color: '#4B90A0'

red 75 ◦ green 144 ◦ blue 160

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

Shades of Hippie Blue #4B90A0

Tints of Hippie Blue #4B90A0

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.99%

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

R = 19.79%
G = 37.99%
B = 42.22%

CMYK

 C value IS 0.53

 M value IS 0.1

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4B90A0 (or 0x4B90A0) is known color: Hippie Blue. HEX triplet: 4B, 90 and A0. RGB value is (75,144,160). Sum of RGB (Red+Green+Blue) = 75+144+160=379 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.79% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 160 (62.89% from 255 or 42.22% from 379); Max value from RGB is 160 - color contains mainly: blue. Hex color #4B90A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B90A0 is #B46F5F. Grayscale: #7D7D7D. Windows color (decimal): -11824992 or 10522699. OLE color: 10522699.

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

Color convert

RGB 75 144 160 -
CMYK 0.53 0.1 0 0.37
HSL 191.29º 0.36% 0.46% -
HSV(B) 191.29º 0.53% 0.63% -
XYZ 19.22 23.98 36.87 -
YUV 125.19 147.64 92.2 -
System Red Green Blue C M Y K H S L
Decimal 75 144 160 0.53 0.1 0 0.37 191.29 0.36 0.46
Hex 4B 90 A0 35 A 0 25 BF 24 2E
Octal 113 220 240 65 12 0 45 277 44 56
Binary 1001011 10010000 10100000 110101 1010 0 100101 10111111 100100 101110

Color Harmonies of #4B90A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B90A0

Black with #4B90A0

Text Example


Text Example

White with #4B90A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,144,160); }

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

background-color css

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

 a { background-color: rgb(75,144,160); }

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

border-color css

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

 span { border-color: rgb(75,144,160); }

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