Html Css Color HEX #4CACB0 Fountain Blue

📋 copy color: '#4CACB0'

red 76 ◦ green 172 ◦ blue 176

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

Shades of Fountain Blue #4CACB0

Tints of Fountain Blue #4CACB0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.57%

 BLUE value IS 176 (69.14% from 255) = 41.51%

R = 17.92%
G = 40.57%
B = 41.51%

CMYK

 C value IS 0.57

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4CACB0 (or 0x4CACB0) is known color: Fountain Blue. HEX triplet: 4C, AC and B0. RGB value is (76,172,176). Sum of RGB (Red+Green+Blue) = 76+172+176=424 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.92% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 176 (69.14% from 255 or 41.51% from 424); Max value from RGB is 176 - color contains mainly: blue. Hex color #4CACB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CACB0 is #B3534F. Grayscale: #8F8F8F. Windows color (decimal): -11752272 or 11578444. OLE color: 11578444.

HSL color Cylindrical-coordinate representation of color #4CACB0: hue angle of 182.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CACB0 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 76 172 176 -
CMYK 0.57 0.02 0 0.31
HSL 182.4º 0.4% 0.49% -
HSV(B) 182.4º 0.57% 0.69% -
XYZ 25.57 34.18 46.32 -
YUV 143.75 146.2 79.67 -
System Red Green Blue C M Y K H S L
Decimal 76 172 176 0.57 0.02 0 0.31 182.4 0.4 0.49
Hex 4C AC B0 39 2 0 1F B6 28 31
Octal 114 254 260 71 2 0 37 266 50 61
Binary 1001100 10101100 10110000 111001 10 0 11111 10110110 101000 110001

Color Harmonies of #4CACB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CACB0

Black with #4CACB0

Text Example


Text Example

White with #4CACB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,172,176); }

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

background-color css

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

 a { background-color: rgb(76,172,176); }

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

border-color css

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

 span { border-color: rgb(76,172,176); }

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