Html Css Color HEX #4C8CA1 Hippie Blue

📋 copy color: '#4C8CA1'

red 76 ◦ green 140 ◦ blue 161

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

Shades of Hippie Blue #4C8CA1

Tints of Hippie Blue #4C8CA1

RGB

 RED value IS 76 (30.08% from 255) = 20.16%

 GREEN value IS 140 (55.08% from 255) = 37.14%

 BLUE value IS 161 (63.28% from 255) = 42.71%

R = 20.16%
G = 37.14%
B = 42.71%

CMYK

 C value IS 0.53

 M value IS 0.13

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4C8CA1 (or 0x4C8CA1) is known color: Hippie Blue. HEX triplet: 4C, 8C and A1. RGB value is (76,140,161). Sum of RGB (Red+Green+Blue) = 76+140+161=377 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.16% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 161 (63.28% from 255 or 42.71% from 377); Max value from RGB is 161 - color contains mainly: blue. Hex color #4C8CA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8CA1 is #B3735E. Grayscale: #7B7B7B. Windows color (decimal): -11760479 or 10587212. OLE color: 10587212.

HSL color Cylindrical-coordinate representation of color #4C8CA1: hue angle of 194.82º 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 #4C8CA1 is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 76 140 161 -
CMYK 0.53 0.13 0 0.37
HSL 194.82º 0.36% 0.46% -
HSV(B) 194.82º 0.53% 0.63% -
XYZ 18.79 22.87 37.14 -
YUV 123.26 149.3 94.29 -
System Red Green Blue C M Y K H S L
Decimal 76 140 161 0.53 0.13 0 0.37 194.82 0.36 0.46
Hex 4C 8C A1 35 D 0 25 C3 24 2E
Octal 114 214 241 65 15 0 45 303 44 56
Binary 1001100 10001100 10100001 110101 1101 0 100101 11000011 100100 101110

Color Harmonies of #4C8CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8CA1

Black with #4C8CA1

Text Example


Text Example

White with #4C8CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,140,161); }

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

background-color css

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

 a { background-color: rgb(76,140,161); }

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

border-color css

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

 span { border-color: rgb(76,140,161); }

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