Html Css Color HEX #4CB3B3 Fountain Blue

📋 copy color: '#4CB3B3'

red 76 ◦ green 179 ◦ blue 179

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

Shades of Fountain Blue #4CB3B3

Tints of Fountain Blue #4CB3B3

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.24%

 BLUE value IS 179 (70.31% from 255) = 41.24%

R = 17.51%
G = 41.24%
B = 41.24%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4CB3B3 (or 0x4CB3B3) is known color: Fountain Blue. HEX triplet: 4C, B3 and B3. RGB value is (76,179,179). Sum of RGB (Red+Green+Blue) = 76+179+179=434 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.51% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 179 - color contains mainly: green, blue. Hex color #4CB3B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CB3B3 is #B34C4C. Grayscale: #949494. Windows color (decimal): -11750477 or 11776844. OLE color: 11776844.

HSL color Cylindrical-coordinate representation of color #4CB3B3: hue angle of 180º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB3B3 is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 76 179 179 -
CMYK 0.58 0 0 0.30
HSL 180º 0.4% 0.5% -
HSV(B) 180º 0.58% 0.7% -
XYZ 27.24 37.03 48.36 -
YUV 148.2 145.38 76.5 -
System Red Green Blue C M Y K H S L
Decimal 76 179 179 0.58 0 0 0.30 180 0.4 0.5
Hex 4C B3 B3 3A 0 0 1E B4 28 32
Octal 114 263 263 72 0 0 36 264 50 62
Binary 1001100 10110011 10110011 111010 0 0 11110 10110100 101000 110010

Color Harmonies of #4CB3B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB3B3

Black with #4CB3B3

Text Example


Text Example

White with #4CB3B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,179,179); }

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

background-color css

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

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

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

border-color css

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

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

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